Skip to content

Commit

Permalink
fix(buildtool): Set trusty dist for travis (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjimenez authored and Travis Tomsu committed Dec 3, 2019
1 parent 1aafcb0 commit b745ac8
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
Expand Up @@ -2,6 +2,7 @@ language: java
jdk:
- oraclejdk8
sudo: false
dist: trusty
install: gradle/installViaTravis.sh
script: gradle/buildViaTravis.sh
before_cache: gradle/prepCaches.sh
Expand Down

0 comments on commit b745ac8

Please sign in to comment.