Skip to content

Commit

Permalink
Add workaround for travis builds. (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik authored Apr 12, 2020
1 parent 31f43ed commit 4d3f05b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ addons:
packages:
- oracle-java8-installer

# TODO Drop this when jdk 11 is supported
# oraclejdk8 isn't available on more recent distributions
dist: trusty

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

0 comments on commit 4d3f05b

Please sign in to comment.