Skip to content

Commit

Permalink
[RESTEASY-1724] Only run JDK9 jobs on WildFly 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jan 15, 2018
1 parent e1a06ab commit fb27cc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,12 @@ env:
- SERVER_VERSION=10.1.0.Final
- SERVER_VERSION=10.0.0.Final
- SERVER_VERSION=11.0.0.CR1
matrix:
exclude:
- jdk: oraclejdk9
env: SERVER_VERSION=10.0.0.Final
- jdk: oraclejdk9
env: SERVER_VERSION=10.1.0.Final
cache:
directories:
- $HOME/.m2
Expand Down

0 comments on commit fb27cc2

Please sign in to comment.