Skip to content

Commit

Permalink
Fix travis build with openjdk8 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpOOnman authored Oct 15, 2019
1 parent 2aebe8d commit 180e754
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 @@ -2,7 +2,7 @@ language: java
script: ./gradlew build jacocoTestReport

jdk:
- oraclejdk8
- openjdk8

before_install:
- sudo pip install codecov
Expand Down

0 comments on commit 180e754

Please sign in to comment.