Skip to content

Commit

Permalink
#319 Enable info log level for Travis build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoraka committed Oct 6, 2018
1 parent b0fa6c4 commit 63587ed
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 @@ -30,7 +30,7 @@ before_script:

script:
- sudo netstat -lnp46
- ./gradlew check
- ./gradlew -info check

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 63587ed

Please sign in to comment.