aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-02-21 11:44:40 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-02-21 11:49:23 +0100
commit61a682f26e4ecf3734a1b457824756d7fd110e06 (patch)
treee0fa81dad28b7e39e4077dd1e39fda92d2fca358 /.travis.yml
parentbc51a19ab4c7fccfa64554dce5098481aec8cdac (diff)
downloadscala-async-61a682f26e4ecf3734a1b457824756d7fd110e06.tar.gz
scala-async-61a682f26e4ecf3734a1b457824756d7fd110e06.tar.bz2
scala-async-61a682f26e4ecf3734a1b457824756d7fd110e06.zip
Finalize the move to Scala 2.11.x
- Link to the 2.10.x branch from the README - use `scala.annotation.compileTimeOnly` (from scala-library.jar) - no longer impose a transitive dependency on scala-reflect and scala-compiler. - Update Travis CI configuration to use only 2.11.0-SNAPSHOT
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7fb860d..22666c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,7 @@ language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
scala:
- - 2.10.3
- - 2.11.0-M6
+ - 2.11.0-SNAPSHOT
jdk:
- openjdk6
- openjdk7