Skip to content

Commit e04af9c

Browse files
committed
Fix Travis build
1 parent 9a9d9fa commit e04af9c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ matrix:
3636
env: CUSTOM_MVN_VERION="3.6.0"
3737
- stage: checkstyle
3838
jdk: oraclejdk9
39-
script: mvn clean verify -Pcheckstyle -Dcheckstyle.version=8.2 -Dmaven.test.skip=true -B
40-
env: CHECKSTYLE=8.2
39+
script: mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B
4140
- stage: checkstyle
4241
jdk: oraclejdk8
4342
script: mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B
44-
env: CHECKSTYLE=8.2
4543
- stage: coveralls
4644
jdk: oraclejdk8
4745
env:

0 commit comments

Comments
 (0)