Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look for new homes for Travis #486

Open
wants to merge 1 commit into
base: uinverse
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Look for new homes for Travis
ref #398, #399
commonquail committed Dec 8, 2018
commit 918bf10ba42d5b582caadf10d483287e6641796c
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,5 +3,11 @@ before_install: sudo pip install codecov
after_success: codecov

jdk:
- oraclejdk7
- openjdk7
- openjdk8
- openjdk11
- openjdk-ea

matrix:
allow_failures:
- jdk: openjdk11
- jdk: openjdk-ea