Revert "Add --debug flag to Travis gradle script config"

This reverts commit 12991a227a.
This commit is contained in:
Chris Beams 2015-01-20 10:38:50 +01:00
parent 79459a47b6
commit a3a180dc59
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 1 additions and 1 deletions

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 --debug
- ./gradlew clean build publish jacocoTestReport coveralls
cache: