Skip to content

Commit

Permalink
add java10 in travis dot yml (apache#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovepoem authored and beiwei30 committed Jun 11, 2018
1 parent a138004 commit d36d63d
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 @@ -2,6 +2,7 @@ language: java
sudo: false # faster builds

jdk:
- oraclejdk10
- oraclejdk9
- oraclejdk8

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<maven_deploy_version>2.8.2</maven_deploy_version>
<maven_compiler_version>3.6.0</maven_compiler_version>
<maven_source_version>3.0.1</maven_source_version>
<maven_javadoc_version>3.0.0</maven_javadoc_version>
<maven_javadoc_version>3.0.1</maven_javadoc_version>
<maven_jetty_version>6.1.26</maven_jetty_version>
<maven_checkstyle_version>3.0.0</maven_checkstyle_version>
<maven_jacoco_version>0.8.1</maven_jacoco_version>
Expand Down

0 comments on commit d36d63d

Please sign in to comment.