summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuwei-k <6b656e6a69@gmail.com>2018-10-06 09:36:34 +0900
committerxuwei-k <6b656e6a69@gmail.com>2018-10-23 18:51:30 +0900
commit81e14c5aa31edb7451f970d650433f38e0727ad7 (patch)
treed428f4528622a37d7f9f8f1ba4d2d2f6cdd575f6
parentcaee7a06b554ca11d95bda2fd9302e4b3b31ef9c (diff)
downloadspray-json-81e14c5aa31edb7451f970d650433f38e0727ad7.tar.gz
spray-json-81e14c5aa31edb7451f970d650433f38e0727ad7.tar.bz2
spray-json-81e14c5aa31edb7451f970d650433f38e0727ad7.zip
add jdk11 test
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8aede91..44a8455 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