Skip to content

Commit

Permalink
Merge pull request #694 from edenrox/patch-2
Browse files Browse the repository at this point in the history
Switch travis to use openjdk8
  • Loading branch information
JakeWharton authored Jan 13, 2020
2 parents 2dd7db8 + 73bfe94 commit 5e92577
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
language: java

jdk:
- oraclejdk8

addons:
apt:
packages:
- oracle-java8-installer # Updates JDK 8 to the latest available.
- openjdk8

after_success:
- .buildscript/deploy_snapshot.sh
Expand Down

0 comments on commit 5e92577

Please sign in to comment.