aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2014-02-14 16:27:49 +0100
committerVlad Ureche <vlad.ureche@gmail.com>2014-02-14 16:28:42 +0100
commitd2088279df840faa3f39b792d256543bc95b770d (patch)
treec68e96054aee4947b92820870769c87b88e863e0 /.travis.yml
parent28e9bb7c3f551265c7de671cc9eccc39bd2697de (diff)
downloaddotty-d2088279df840faa3f39b792d256543bc95b770d.tar.gz
dotty-d2088279df840faa3f39b792d256543bc95b770d.tar.bz2
dotty-d2088279df840faa3f39b792d256543bc95b770d.zip
Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..3dd128f12
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: scala
+script:
+ - sbt ++$TRAVIS_SCALA_VERSION clean update compile test
+scala:
+ - 2.11.0-M7
+jdk:
+ - oraclejdk7
+notifications:
+ email:
+ - dotty-reports@googlegroups.com
+branches:
+ only:
+ - master