Skip to content

Commit

Permalink
Scala 2.12.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 3517cf9)
  • Loading branch information
xuwei-k committed Nov 25, 2017
1 parent 818fd67 commit 90ea7bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ matrix:
- cd ..
- sbt ++${TRAVIS_SCALA_VERSION} -J-Xmx3784m checkGenTypeClasses "project $TEST_PROJECT" test:compile mimaReportBinaryIssues
- sbt ++$TRAVIS_SCALA_VERSION "project $TEST_PROJECT" test
- scala: 2.12.3
- scala: 2.12.4
jdk: oraclejdk8
env: TEST_PROJECT="rootJVM"
- scala: 2.12.3
- scala: 2.12.4
jdk: oraclejdk8
env: TEST_PROJECT="rootJS"
- scala: 2.11.11
Expand All @@ -60,7 +60,7 @@ matrix:
- curl https://raw.githubusercontent.com/scala-native/scala-native/v0.3.2/bin/travis_setup.sh | bash -
script:
- ./sbt ++$TRAVIS_SCALA_VERSION nativeTest/run nativeTest/publishLocal
- scala: 2.12.3
- scala: 2.12.4
jdk: oraclejdk9
before_install:
# https://github.com/sbt/sbt/pull/2951
Expand Down
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ object build {
}

private def Scala211 = "2.11.11"
private def Scala212 = "2.12.3"
private def Scala212 = "2.12.4"

private val SetScala211 = releaseStepCommand("++" + Scala211)

Expand Down

0 comments on commit 90ea7bb

Please sign in to comment.