Skip to content

Commit

Permalink
feat: use "lint" task in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyQQQQ committed Jan 13, 2018
1 parent a4d8b32 commit a0a3b99
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 @@ -3,5 +3,5 @@ language: java
jdk: oraclejdk8

script:
- ./gradlew check
- ./gradlew lint
- ./gradlew test

0 comments on commit a0a3b99

Please sign in to comment.