Skip to content

Travis: Use newer builders (fix openjdk11 build) #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
sudo: required
dist: trusty
dist: bionic
language: scala
scala:
- 2.12.11
- 2.11.12
- 2.13.1
env:
- JDK=oraclejdk8
- JDK=openjdk8
- JDK=openjdk11
before_script:
- jdk_switcher use $JDK
- 2.12.11
- 2.11.12
- 2.13.1
jdk:
- oraclejdk8
- openjdk8
- openjdk11
script:
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
- git diff --exit-code # check scalariform
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
- git diff --exit-code # check scalariform