Update .travis.yml

This commit is contained in:
Roman Mandeleil 2015-01-19 22:31:46 +02:00
parent a9b410b38a
commit 12991a227a

View File

@ -7,7 +7,7 @@ jdk: oraclejdk8
# publish releases to http://jcenter.bintray.com/org/ethereum/ethereumj-core
# publish coverage to https://coveralls.io/r/ethereum/ethereumj
script:
- ./gradlew clean build publish jacocoTestReport coveralls
- ./gradlew clean build publish jacocoTestReport coveralls --debug
cache: