Skip to content

Commit e7cae4a

Browse files
committed
info log level for CI
1 parent 50230cd commit e7cae4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
java-version: ${{ matrix.java }}
2424
- name: Build with Gradle
25-
run: ./gradlew build ${{ matrix.tasks }}
25+
run: ./gradlew build ${{ matrix.tasks }} -s --info

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ matrix:
2121
- jdk: openjdk9
2222

2323
script:
24-
- ./gradlew build integrationTest -s
24+
- ./gradlew build integrationTest -s --info
2525

2626
notifications:
2727
email: false

0 commit comments

Comments
 (0)