Skip to content

Commit

Permalink
Use openjdk8 instead of oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
JPDSousa authored Oct 20, 2019
1 parent c9b4755 commit 643bf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
install: true
jdk:
- oraclejdk8
- openjdk8

notifications:
email:
Expand All @@ -13,4 +13,4 @@ script:
- mvn clean verify

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 643bf5a

Please sign in to comment.