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

Add travis CI #16

Merged
merged 6 commits into from
May 7, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add oracle java9 installer
  • Loading branch information
haotianw465 committed May 4, 2018
commit 1a7f2de96e1b00177d64fa6237ffdf4d584d82f4
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: java

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

jdk:
- openjdk8
- openjdk9
- oraclejdk8
- oraclejdk9

Expand Down