Fix coveralls

This commit is contained in:
Charles Allen 2015-12-22 14:09:26 -08:00
parent 7e64d5179f
commit a9d5bcf2dc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jdk:
- oraclejdk8
after_success:
- mvn clean cobertura:cobertura coveralls:report
- mvn clean cobertura:cobertura coveralls:report -pl '!benchmarks,!distribution'
sudo: false