Skip to content

Commit

Permalink
Move TEST_SCALAFIX / TEST_BINARY_COMPAT / TEST_SCALAFMT to jdk 8 (#281)
Browse files Browse the repository at this point in the history
Move TEST_SCALAFIX / TEST_BINARY_COMPAT / TEST_SCALAFMT to jdk 8
  • Loading branch information
lrytz authored Dec 12, 2019
2 parents 6ee0b98 + 2782f06 commit cac8d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ matrix:

# run migration test
- scala: 2.12.8
env: TEST_SCALAFIX=true ADOPTOPENJDK=11
env: TEST_SCALAFIX=true ADOPTOPENJDK=8

# run binary compatibility test
- scala: 2.12.8
env: TEST_BINARY_COMPAT=true ADOPTOPENJDK=11
env: TEST_BINARY_COMPAT=true ADOPTOPENJDK=8

# run scalafmt
- scala: 2.12.8
env: TEST_SCALAFMT=true ADOPTOPENJDK=11
env: TEST_SCALAFMT=true ADOPTOPENJDK=8

# Scala Native includes
- scala: 2.11.12
Expand Down

0 comments on commit cac8d5b

Please sign in to comment.