summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorkenji yoshida <6b656e6a69@gmail.com>2018-08-07 19:07:58 +0900
committerJohannes Rudolph <johannes.rudolph@gmail.com>2018-08-07 12:07:58 +0200
commit0131537d5635f0af53314d87eb6ed1fb42ae0c4b (patch)
treef0a36b3369f7ddb189374fdf112675d0022b6488 /.travis.yml
parent3e4d7da9b35abde4e110d0c61ea251da2697667c (diff)
downloadspray-json-0131537d5635f0af53314d87eb6ed1fb42ae0c4b.tar.gz
spray-json-0131537d5635f0af53314d87eb6ed1fb42ae0c4b.tar.bz2
spray-json-0131537d5635f0af53314d87eb6ed1fb42ae0c4b.zip
Add support for Scala 2.13.0-M4 (#263)v1.3.4-2.13.0-M4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f736360..6fc769e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.6
+ - 2.13.0-M4
+
script:
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues
jdk: