summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorxuwei-k <6b656e6a69@gmail.com>2016-09-28 11:29:50 +0900
committerxuwei-k <6b656e6a69@gmail.com>2016-09-28 11:54:02 +0900
commit87c20c18c7e60c8cc80c4f661f820fbbff9984d1 (patch)
treed050de837475d263ba79f513cbb7f90607643b79 /.travis.yml
parent30a8e9a4ab364b4121751d0b4cea2ea7ffa4caa3 (diff)
downloadspray-json-87c20c18c7e60c8cc80c4f661f820fbbff9984d1.tar.gz
spray-json-87c20c18c7e60c8cc80c4f661f820fbbff9984d1.tar.bz2
spray-json-87c20c18c7e60c8cc80c4f661f820fbbff9984d1.zip
fix .travis.yml. Scala 2.12 require Java8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index de044d7..9c84d59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,8 @@ language: scala
script:
- sbt "+ test"
jdk:
- - oraclejdk7
- - openjdk7
+ - oraclejdk8
notifications:
email:
- johannes@spray.io
- - mathias@spray.io \ No newline at end of file
+ - mathias@spray.io