Skip to content

Commit 4a6e9b5

Browse files
author
TheSnoozer
committed
adding oraclejdk10 and change test from mvn 3.5.2 to 3.5.4
1 parent 88c876a commit 4a6e9b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ stages:
88
- Integration Test
99

1010
jdk:
11+
- oraclejdk10
1112
- oraclejdk9
1213
- oraclejdk8
1314
- openjdk7
@@ -28,7 +29,7 @@ matrix:
2829
- jdk: oraclejdk9
2930
env: CUSTOM_MVN_VERION="3.5.0"
3031
- jdk: oraclejdk9
31-
env: CUSTOM_MVN_VERION="3.5.2"
32+
env: CUSTOM_MVN_VERION="3.5.4"
3233
- stage: checkstyle
3334
jdk: oraclejdk9
3435
script: mvn clean verify -Pcheckstyle -Dcheckstyle.version=8.2 -Dmaven.test.skip=true -B

0 commit comments

Comments
 (0)