Skip to content

Commit

Permalink
Enable Java 9 unit test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnanivadekar committed Dec 3, 2017
1 parent 609bcdc commit 17ef170
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 50 deletions.
50 changes: 0 additions & 50 deletions .travis-command-jdk9.sh

This file was deleted.

6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ addons:
apt:
packages:
- oracle-java8-installer
- oracle-java9-installer

before_install:
- wget https://archive.apache.org/dist/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.zip
Expand Down Expand Up @@ -44,6 +45,11 @@ matrix:
- DESC="compile jmh-tests and performance-tests"
- CMD="mvn install --projects jmh-tests,performance-tests --also-make --activate-profiles all -DskipTests=true --batch-mode --show-version --errors"

- jdk: oraclejdk9
env:
- DESC="unit tests Java 9"
- CMD="mvn install --projects '!scala-unit-tests,!jmh-scala-tests,!jmh-tests,!p2-repository' --batch-mode --show-version --errors"

script: eval travis_wait 35 $CMD

cache:
Expand Down

0 comments on commit 17ef170

Please sign in to comment.