aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@epfl.ch>2014-02-14 17:52:12 +0100
committerVlad Ureche <vlad.ureche@epfl.ch>2014-02-14 17:52:12 +0100
commit6f49c27280dc853c67720cf4d539f74b1e65c824 (patch)
treeb50329056173114865008ab24b020d0b313824de /.travis.yml
parentd1a6e9a2f5ce42f644d57f237afeae4b81625fe7 (diff)
downloaddotty-6f49c27280dc853c67720cf4d539f74b1e65c824.tar.gz
dotty-6f49c27280dc853c67720cf4d539f74b1e65c824.tar.bz2
dotty-6f49c27280dc853c67720cf4d539f74b1e65c824.zip
Let Travis pick up the version from build.sbt
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3dd128f12..0fa0fa692 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: scala
script:
- - sbt ++$TRAVIS_SCALA_VERSION clean update compile test
-scala:
- - 2.11.0-M7
+ - sbt clean update compile test
jdk:
- oraclejdk7
notifications: