[Notice] Announcing the End of Demo Server [Read me]
change play download url in .travis.yml
@b256c0235c1a0844f36ca18d0eb7daf335ded555
--- .travis.yml
+++ .travis.yml
... | ... | @@ -1,8 +1,8 @@ |
1 | 1 |
language: java # to trigger the build on a 'jvm-otp' travis worker |
2 | 2 |
env: |
3 |
- - PLAY_VERSION=2.1 |
|
3 |
+ - PLAY_VERSION=2.1.0 |
|
4 | 4 |
before_script: |
5 |
- - wget http://download.playframework.org/releases/play-${PLAY_VERSION}.zip |
|
5 |
+ - wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip |
|
6 | 6 |
- unzip -q play-${PLAY_VERSION}.zip |
7 | 7 |
- set SBT_OPTS= -Xms256m Xmx52m -XX:MaxPermSize=512m |
8 | 8 |
script: play-${PLAY_VERSION}/play test |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?