Skip to content

Commit

Permalink
fix: run with openjdk8 in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Harrison committed Jun 10, 2020
1 parent eabee46 commit 3aa96eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: java
jdk: openjdk8
before_install:
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import --batch || true
env:
Expand Down

0 comments on commit 3aa96eb

Please sign in to comment.