Skip to content

Commit

Permalink
Update travis config file to run mvn package checkstyle:check script
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Sep 26, 2018
1 parent b58b647 commit 2cc6ff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jdk:

install: true

before_script:
script: mvn package checkstyle:check

before_script:
- mvn clean

after_success:
Expand Down

0 comments on commit 2cc6ff7

Please sign in to comment.