Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
update travis to trusty (#799)
Browse files Browse the repository at this point in the history
Switching to test only against OpenJDK as support in travis has
shifted.

Fixes: #793
  • Loading branch information
codyoss committed Oct 11, 2019
1 parent 07f3a70 commit 76a844c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,14 +1,13 @@
sudo: false
dist: precise
dist: trusty
language: java
addons:
# https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913
hosts:
- fake-hostname-to-work-around-travis-bug
hostname: fake-hostname-to-work-around-travis-bug
jdk:
- oraclejdk8
- oraclejdk7
- openjdk8
- openjdk7
install: ./gradlew assemble
script: ./gradlew build install
Expand Down

0 comments on commit 76a844c

Please sign in to comment.