Skip to content

Commit

Permalink
Enable pedantic checks during travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
drcrallen committed Jan 27, 2016
1 parent 508734c commit 71dbe5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ jdk:
- oraclejdk7
- oraclejdk8

script:
- mvn test -B
- mvn clean -Pstrict compile test-compile -B

after_success:
- mvn clean cobertura:cobertura coveralls:report -pl '!benchmarks,!distribution'

Expand Down

0 comments on commit 71dbe5c

Please sign in to comment.