Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #8 from sangria-graphql-org/fix_travis_jvm
Browse files Browse the repository at this point in the history
use open jdk to fix travis builds
  • Loading branch information
yanns authored Oct 28, 2019
2 parents 416a1ce + c498939 commit 79d5e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scala:
- 2.12.6
- 2.11.11
jdk:
- oraclejdk8
- openjdk8

script: |
sbt ++$TRAVIS_SCALA_VERSION clean coverage test
Expand Down

0 comments on commit 79d5e07

Please sign in to comment.