Skip to content

Commit

Permalink
Upgrade TravisCI for Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Nov 9, 2016
1 parent 20f338d commit db9ddda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ sudo: false

scala:
- 2.11.8
- 2.12.0

jdk:
- oraclejdk7
- oraclejdk8

script:
- sbt ++$TRAVIS_SCALA_VERSION test:compile JS/test:fastOptJS JS/test:fullOptJS
Expand Down

0 comments on commit db9ddda

Please sign in to comment.