[Notice] Announcing the End of Demo Server [Read me]

Fix travis config for play 2.3
@1ec7b246ebdc1fa6674161c6b900bafcecadab40
--- .travis.yml
+++ .travis.yml
... | ... | @@ -1,8 +1,10 @@ |
1 | 1 |
language: java # to trigger the build on a 'jvm-otp' travis worker |
2 | 2 |
env: |
3 |
- - PLAY_VERSION=2.1.0 |
|
3 |
+ - ACTIVATOR_VERSION=1.2.12 \ |
|
4 |
+ ACTIVATOR_ZIP_FILE=typesafe-activator-${ACTIVATOR_VERSION}-minimal.zip |
|
4 | 5 |
before_script: |
5 |
- - wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip |
|
6 |
- - unzip -q play-${PLAY_VERSION}.zip |
|
6 |
+ - wget http://downloads.typesafe.com/typesafe-activator/${ACTIVATOR_VERSION}/${ACTIVATOR_ZIP_FILE} |
|
7 |
+ - unzip -q ${ACTIVATOR_ZIP_FILE} |
|
7 | 8 |
- set SBT_OPTS= -Xms256m Xmx52m -XX:MaxPermSize=512m |
8 |
-script: play-${PLAY_VERSION}/play test |
|
9 |
+script: |
|
10 |
+ - activator-${ACTIVATOR_VERSION}-minimal/activator 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?