Skip to content

Commit

Permalink
Updated Travis CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgerweck committed Jul 9, 2018
2 parents bea501f + ddfdf79 commit 19e0cb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,9 @@ branches:
- /^v\d/
language: scala
scala:
- 2.10.4
- 2.11.4
- 2.10.7
- 2.11.12
- 2.12.6
script:
- 'sbt -Dsbt.log.noformat=true ++$TRAVIS_SCALA_VERSION test'
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then sbt ++$TRAVIS_SCALA_VERSION make-site publish; fi'
Expand Down

0 comments on commit 19e0cb2

Please sign in to comment.