aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn St John <johnthesaintjohn@gmail.com>2017-09-27 12:01:47 -0700
committerJohn St John <johnthesaintjohn@gmail.com>2017-09-27 12:01:47 -0700
commitf82019a2131a7f2042ba7f7d2d25a54c3c186c9c (patch)
tree3ea361fbf219dbc98b82b506dfe192ba251921b9 /.travis.yml
parent6ada9db263dc9b19e0ca1ad1ac90453b2f375d3a (diff)
downloaddriver-core-f82019a2131a7f2042ba7f7d2d25a54c3c186c9c.tar.gz
driver-core-f82019a2131a7f2042ba7f7d2d25a54c3c186c9c.tar.bz2
driver-core-f82019a2131a7f2042ba7f7d2d25a54c3c186c9c.zip
test against all of our release targets in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6155e77..fc17a05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ jdk:
- oraclejdk8
scala:
- - 2.11.8
+ - 2.12.3
-script: "sbt clean test"
+script: "sbt clean +test"