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

update travis to trusty #799

Merged
merged 1 commit into from Oct 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removes removes Oracle's JDKs from tests completely. Why do we have to do it?

Not having Oracle SDKs tested at all seems too much. Can we manually download it as part of test script and still test?

It seems like we should just drop java 7 support at this point. Supporting it makes less and less sense.

- openjdk7
install: ./gradlew assemble
script: ./gradlew build install
Expand Down