summaryrefslogtreecommitdiff
path: root/.travis.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yaml')
-rwxr-xr-x.travis.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yaml b/.travis.yaml
new file mode 100755
index 0000000..785b85d
--- /dev/null
+++ b/.travis.yaml
@@ -0,0 +1,11 @@
+language: scala
+scala:
+ - 2.9.2
+jdk:
+ - openjdk6
+ - openjdk7
+ - oraclejdk7
+branches:
+ except:
+ - develop
+script: "gradle test" \ No newline at end of file