Skip to content

Commit

Permalink
chore: use openjdk8 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tschulte committed Nov 19, 2019
1 parent 46dd9fa commit e28f33c
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
@@ -1,6 +1,6 @@
sudo: false
language: java
jdk: oraclejdk8
jdk: openjdk8
env: TERM=dumb
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit e28f33c

Please sign in to comment.