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

setup CI for jdk 8 and 9 #17

Merged
merged 15 commits into from
Oct 3, 2018
Merged
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
sudo: required
language: java
jdk: oraclejdk8
jdk:
- oraclejdk8
- openjdk8
- oraclejdk9
- openjdk10
- oraclejdk10

env:
- EPICS_PVA_ADDR_LIST=127.255.255.255
Expand Down