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

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

Loading…
Cancel
Save