Browse Source
Travis configuration: Add JDK10 as a CI target JVM
Should be supported by Travis CI now, let's see if this works...
master
Joachim Klein
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.travis.yml
|
|
|
@ -10,6 +10,7 @@ language: java |
|
|
|
jdk: |
|
|
|
- oraclejdk8 |
|
|
|
- oraclejdk9 |
|
|
|
- oraclejdk10 |
|
|
|
|
|
|
|
# compile and run the test suite |
|
|
|
script: cd prism && make && echo 'Compilation successful, running test suite....' && echo && make tests && echo && echo 'Yay' |
|
|
|
|