Skip to content

Commit

Permalink
Merge pull request #47 from sullis/travis-scala-2.12.4
Browse files Browse the repository at this point in the history
fix travis.yml:  Scala 2.12.4
  • Loading branch information
adamw committed Nov 19, 2017
2 parents 7fbbf74 + 9c00b06 commit d47c312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: scala
jdk:
- oraclejdk8
scala:
- 2.12.3
- 2.12.4
- 2.11.11
script:
- sbt ++$TRAVIS_SCALA_VERSION test
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true'
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true'

0 comments on commit d47c312

Please sign in to comment.