summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2018-10-23 12:04:10 +0200
committerGitHub <noreply@github.com>2018-10-23 12:04:10 +0200
commit414948434f70d3279215686251315818a49e66f9 (patch)
tree348ff207d1936aa60c885af24f07ef079df857b7
parent1c00297712ce95b9473c7113a878f3a70d77ef25 (diff)
parent81e14c5aa31edb7451f970d650433f38e0727ad7 (diff)
downloadspray-json-414948434f70d3279215686251315818a49e66f9.tar.gz
spray-json-414948434f70d3279215686251315818a49e66f9.tar.bz2
spray-json-414948434f70d3279215686251315818a49e66f9.zip
Merge pull request #274 from xuwei-k/jdk11
add jdk11 test
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0d308b9..00d3567 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,10 @@ script:
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues
jdk:
- oraclejdk8
+matrix:
+ include:
+ - jdk: openjdk11
+ scala: 2.12.7
notifications:
email:
- johannes@spray.io