[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2013-02-20
change play download url in .travis.yml
@b256c0235c1a0844f36ca18d0eb7daf335ded555
.travis.yml
--- .travis.yml
+++ .travis.yml
@@ -1,8 +1,8 @@
 language: java # to trigger the build on a 'jvm-otp' travis worker
 env:
-  - PLAY_VERSION=2.1
+  - PLAY_VERSION=2.1.0
 before_script: 
-  - wget http://download.playframework.org/releases/play-${PLAY_VERSION}.zip
+  - wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
   - unzip -q play-${PLAY_VERSION}.zip
   - set SBT_OPTS= -Xms256m Xmx52m -XX:MaxPermSize=512m
 script: play-${PLAY_VERSION}/play test 
Add a comment
List