Skip to content

Commit

Permalink
Test with JDK9 on travis
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
  • Loading branch information
ansell committed Oct 17, 2017
1 parent 09fb93b commit 252fca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

language: java
dist: trusty
jdk:
- oraclejdk8
- oraclejdk9
notifications:
email:
- ansell.peter@gmail.com
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ansell</groupId>
<artifactId>parentpom</artifactId>
<version>1-SNAPSHOT</version>
<version>4</version>
</parent>

<groupId>com.github.ansell.property-util</groupId>
Expand Down Expand Up @@ -47,7 +47,7 @@

<properties>
<junit.version>4.12</junit.version>
<slf4j.version>1.7.21</slf4j.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 252fca8

Please sign in to comment.