Skip to content

Commit

Permalink
Switch to AdoptOpenJDK 8 & 11 (#305)
Browse files Browse the repository at this point in the history
Fixes #275
  • Loading branch information
dwijnand authored and raboof committed Mar 22, 2019
1 parent 1b1f819 commit 18e81b6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: scala

env:
matrix:
- [email protected]

before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh
install: jabba install "$TRAVIS_JDK" && jabba use $_ && java -Xmx32m -version

jobs:
include:
- stage: check
Expand All @@ -8,16 +15,14 @@ jobs:

- stage: test
script: sbt verify
jdk: oraclejdk8
name: "Compile, test and build docs with JDK8"

- script: sbt verify
jdk: openjdk11
name: "Compile, test and build docs with JDK11"
env: [email protected]

- stage: publish
script: sbt ci-release
jdk: oraclejdk8
name: "Cross publish artifacts"

stages:
Expand Down

0 comments on commit 18e81b6

Please sign in to comment.