Skip to content

Commit

Permalink
Use OpenJDK instead of Oracle.
Browse files Browse the repository at this point in the history
On Travis, the Oracle one no longer exists.
  • Loading branch information
nathankleyn committed Jul 25, 2019
1 parent d02ef46 commit 3a34e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ scala:
- 2.13.0
- 2.12.8
- 2.11.12
jdk: oraclejdk8
jdk: openjdk8
script:
- sbt clean coverage 'testOnly -- showtimes true timeFactor 5 exclude no-ci'
- if [[ -n "$CODACY_PROJECT_TOKEN" ]]; then sbt coverageReport coverageAggregate codacyCoverage; else echo "Skipped coverage reporting since no token was found"; fi
Expand Down

0 comments on commit 3a34e41

Please sign in to comment.