Skip to content

Commit

Permalink
add more jdk versions to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chewiebug committed Jul 24, 2018
1 parent e8e26e9 commit 49b70ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ sudo: false
jdk:
- oraclejdk8
- oraclejdk9
- oraclejdk10
- openjdk8
- openjdk9
- openjdk10

# enable cache to stop downloading all maven plugins every time
cache:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<jdk.source.version>1.8</jdk.source.version>
<jdk.target.version>1.8</jdk.target.version>
<tools.maven.plugin.version>1.4</tools.maven.plugin.version>
<jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
<jacoco.maven.plugin.version>0.8.1</jacoco.maven.plugin.version>
<maven.source.plugin.version>3.0.1</maven.source.plugin.version>
<maven.javadoc.plugin.version>2.10.4</maven.javadoc.plugin.version>
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
Expand Down

0 comments on commit 49b70ae

Please sign in to comment.