Skip to content
Permalink
Browse files
Update .travis.yml
travis build is failing, see https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/6
Should fix to set build distribution to trusty instead of xenial
  • Loading branch information
gsmari authored and jazzido committed Nov 7, 2019
1 parent 4f29390 commit 0feb07fb1500faac26c30bca7a69cdf2601f4e46
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,5 +1,6 @@
sudo: false
language: ruby
dist: trusty
before_install:
- gem update --system
- gem install bundler

0 comments on commit 0feb07f

Please sign in to comment.