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

change travis setting
@21ec52275e1f76b9c2e80a5af760c4708fe8da74
--- .travis.yml
+++ .travis.yml
... | ... | @@ -1,4 +1,13 @@ |
1 |
-language: scala |
|
2 |
-scala: |
|
3 |
- - 2.8.2 |
|
1 |
+language: java # to trigger the build on a 'jvm-otp' travis worker |
|
2 |
+env: |
|
3 |
+ - PLAY_VERSION=2.0.2 |
|
4 |
+before_script: |
|
5 |
+ - wget http://download.playframework.org/releases/play-${PLAY_VERSION}.zip |
|
6 |
+ - unzip -q play-${PLAY_VERSION}.zip |
|
7 |
+script: play-${PLAY_VERSION}/play test |
|
8 |
+notifications: |
|
9 |
+ # Email notifications are disabled to not annoy anybody. |
|
10 |
+ # See http://about.travis-ci.org/docs/user/build-configuration/ to learn more |
|
11 |
+ # about configuring notification recipients and more. |
|
12 |
+ email: true |
|
4 | 13 |
|
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?