Skip to content

Commit

Permalink
Travis: replace broken oraclejdk8 with openjdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Jul 23, 2019
1 parent 25ce619 commit 2e572bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ cache:
- $HOME/.sbt/boot/

jdk:
- oraclejdk8
- openjdk8

script:
## This runs the template with the default parameters, and runs test within the templated app.
Expand Down

0 comments on commit 2e572bc

Please sign in to comment.