Skip to content

Commit

Permalink
Run checkstyle last
Browse files Browse the repository at this point in the history
  • Loading branch information
jamo committed Nov 9, 2015
1 parent 476d6d1 commit 60ad888
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 @@ -18,8 +18,8 @@ before_install:
- mkdir $HOME/bin && ln -s $(which python3.4) $HOME/bin/python3 && export PATH="$HOME/bin:$PATH"
- mvn install -Dmaven.test.skip=true
script:
- mvn checkstyle:check
- mvn clean test
- mvn checkstyle:check
after_success:
- mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report
os:
Expand Down

0 comments on commit 60ad888

Please sign in to comment.