Skip to content

Commit

Permalink
No Scala 2.11 for nightly builds (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
2m authored and ennru committed Sep 3, 2019
1 parent 56fd35f commit 2b5e047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -41,6 +41,7 @@ jobs:
- stage: test
env: CMD="++2.11.12 test"
name: "Run tests with Scala 2.11 and AdoptOpenJDK 8"
if: type != cron
- env: CMD="++2.12.9 test"
name: "Run tests with Scala 2.12 and AdoptOpenJDK 8"
- env: CMD="++2.13.0 test"
Expand All @@ -51,6 +52,7 @@ jobs:
- _JAVA_OPTIONS="-XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler"
- CMD="++2.11.12 test"
name: "Run tests with Scala 2.11 and AdoptOpenJDK 11"
if: type != cron
- env:
- JDK="adopt@~1.11.0-2"
- _JAVA_OPTIONS="-XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler"
Expand Down

0 comments on commit 2b5e047

Please sign in to comment.