Skip to content

Commit 3eae624

Browse files
authored
Merge pull request #2130, enable checkstyle and rat plugin in travis.
Fixes #2129
1 parent ed4384a commit 3eae624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jdk:
77
- oraclejdk8
88

99
script:
10-
- travis_wait 30 ./mvnw clean package
10+
- travis_wait 30 ./mvnw clean package -Dcheckstyle.skip=false -Drat.skip=false
1111

1212
after_success:
1313
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)