aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-02-16 17:49:23 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2015-02-16 17:49:23 +0100
commit0f2f2be4e4fc44a512ed79ab09f0d83d3fd0e871 (patch)
treeba3939aca8a6ba32d386b5928879401d54bfb025 /.travis.yml
parentcd300053cfec39dc75c1ea47b08ab5c78fe3f4bb (diff)
downloadKamon-0f2f2be4e4fc44a512ed79ab09f0d83d3fd0e871.tar.gz
Kamon-0f2f2be4e4fc44a512ed79ab09f0d83d3fd0e871.tar.bz2
Kamon-0f2f2be4e4fc44a512ed79ab09f0d83d3fd0e871.zip
= travis: use jdk8.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ea5a26dd..f49aa1a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,9 @@ script:
- sbt ++$TRAVIS_SCALA_VERSION 'set concurrentRestrictions in Global += Tags.limit(Tags.Compile, 2)' compile test:compile
- sbt ++$TRAVIS_SCALA_VERSION -Dakka.test.timefactor=1.5 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)' test
scala:
- - 2.10.3
+ - 2.11.5
+jdk:
+ - oraclejdk8
before_script:
- mkdir $TRAVIS_BUILD_DIR/tmp
- export SBT_OPTS="-Djava.io.tmpdir=$TRAVIS_BUILD_DIR/tmp"