Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #211 from google/travis.java.issues
Browse files Browse the repository at this point in the history
Fix unreliable Travis builds
  • Loading branch information
j-baker authored Nov 21, 2016
2 parents e952aba + d613d9c commit a589c1a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# sudo/dist/group must be required/trusty/edge to access oraclejdk9 (2016-11-14)
sudo: required
dist: trusty
group: edge

language: java
jdk:
- oraclejdk8

addons:
apt:
packages:
- oracle-java8-installer
- oracle-java9-installer

install: ./gradlew clean jar
script: ./gradlew check
Expand Down

0 comments on commit a589c1a

Please sign in to comment.