Skip to content

Commit

Permalink
Added Java 9 build to Travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogeared committed Oct 10, 2017
1 parent 91fd0fd commit d229631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ language: java
jdk:
- openjdk7
- oraclejdk8
- oraclejdk9

before_install:
- export BUILD_COVERAGE="$([ $TRAVIS_JDK_VERSION == 'oraclejdk8' ] && echo 'true')"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<maven.jar.version>3.0.2</maven.jar.version>
<maven.compiler.version>3.6.1</maven.compiler.version>

<jdk.version>1.8</jdk.version>
<jdk.version>1.7</jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>

Expand Down

0 comments on commit d229631

Please sign in to comment.