Skip to content

Commit

Permalink
Merge pull request #400 from drewnoakes/fix-travis-ci
Browse files Browse the repository at this point in the history
Use trusty for travis-ci build
  • Loading branch information
drewnoakes authored May 27, 2019
2 parents 0ce66d1 + 81fb1b0 commit aa44e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: java
# Seems Travis CI no longer supports openjdk6 or oraclejdk7
# https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879

dist: trusty

jdk:
- openjdk7
- oraclejdk8
Expand Down

0 comments on commit aa44e02

Please sign in to comment.