summaryrefslogtreecommitdiff
path: root/.travis.yaml
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-04 07:47:31 -0700
committerRocky Madden <git@rockymadden.com>2012-11-04 07:47:31 -0700
commit2d487a5e4131d3d6ff1514203c43571a94c53c50 (patch)
tree582f10075251be19b39b9c8b0553db178c0930ea /.travis.yaml
parent803a46267ca5433ff894b8ea8b7a20cfa4a303d4 (diff)
downloadstringmetric-2d487a5e4131d3d6ff1514203c43571a94c53c50.tar.gz
stringmetric-2d487a5e4131d3d6ff1514203c43571a94c53c50.tar.bz2
stringmetric-2d487a5e4131d3d6ff1514203c43571a94c53c50.zip
Added Travis CI integration.
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