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
parent
commit
3a07c53a61
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

1
.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'

Loading…
Cancel
Save