Skip to content

Commit

Permalink
Merge pull request apache#2130, enable checkstyle and rat plugin in t…
Browse files Browse the repository at this point in the history
…ravis.

Fixes apache#2129
  • Loading branch information
chickenlj authored Jul 25, 2018
1 parent ed4384a commit 3eae624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jdk:
- oraclejdk8

script:
- travis_wait 30 ./mvnw clean package
- travis_wait 30 ./mvnw clean package -Dcheckstyle.skip=false -Drat.skip=false

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

0 comments on commit 3eae624

Please sign in to comment.