Skip to content

Commit

Permalink
increase Gradle command line output to --info
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
  • Loading branch information
codecholeric committed Feb 29, 2020
1 parent 6683616 commit 975c9ae
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
@@ -1,7 +1,7 @@
language: java

script:
- ./gradlew --no-daemon -PallTests -PscanBuild clean build install runMavenTest
- ./gradlew --no-daemon --info -PallTests -PscanBuild clean build install runMavenTest

jdk:
- openjdk11
Expand Down

0 comments on commit 975c9ae

Please sign in to comment.