Browse Source
Travis configuration: Disable JDK10 for the moment
There are problems running the test suite, deactivate JDK10 for the moment.
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
1 deletions
-
.travis.yml
|
|
|
@ -10,7 +10,7 @@ language: java |
|
|
|
jdk: |
|
|
|
- oraclejdk8 |
|
|
|
- oraclejdk9 |
|
|
|
- oraclejdk10 |
|
|
|
# - oraclejdk10 |
|
|
|
|
|
|
|
# compile and run the test suite |
|
|
|
script: cd prism && make && echo 'Compilation successful, running test suite....' && echo && make tests && echo && echo 'Yay' |
|
|
|
|