[Notice] Announcing the End of Demo Server [Read me]
Sangcheol Hwang 2012-08-29
change travis setting
@21ec52275e1f76b9c2e80a5af760c4708fe8da74
.travis.yml
--- .travis.yml
+++ .travis.yml
@@ -1,4 +1,13 @@
-language: scala
-scala:
-   - 2.8.2
+language: java # to trigger the build on a 'jvm-otp' travis worker
+env:
+  - PLAY_VERSION=2.0.2
+before_script: 
+  - wget http://download.playframework.org/releases/play-${PLAY_VERSION}.zip
+  - unzip -q play-${PLAY_VERSION}.zip
+script: play-${PLAY_VERSION}/play test
+notifications:
+  # Email notifications are disabled to not annoy anybody.
+  # See http://about.travis-ci.org/docs/user/build-configuration/ to learn more
+  # about configuring notification recipients and more.
+  email: true
 
Add a comment
List