Skip to content

Commit

Permalink
Added --info back in Travis CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Nov 11, 2016
1 parent b48592b commit 6e793a9
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 @@ -16,7 +16,7 @@ cache:

# Don't run integrationTests as they require a live Ethereum client to be running
# Add --info to view details of test failures
script: ./gradlew -x integrationTest check jacocoTestReport
script: ./gradlew --info -x integrationTest check jacocoTestReport

# Upload code coverage metrics
after_success:
Expand Down

0 comments on commit 6e793a9

Please sign in to comment.