Skip to content

Commit f1413ef

Browse files
committed
More verbosity when running tests
1 parent 8085f4b commit f1413ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install:
3939

4040
script:
4141
- ./gradlew checkFormat
42-
- ./gradlew test
42+
- ./gradlew --info test
4343

4444
# Upload to sonatype oss for master snapshots
4545
after_success:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build_script:
1010
- gradlew assemble
1111

1212
test_script:
13-
- gradlew test
13+
- gradlew --info test
1414
# Check that the NativeLibLoader functions correctly
1515
- ps: $(ls build\libs\tiledb-java-*.jar | % {$Env:CLASSPATH += $_.FullName + ";"})
1616
- ps: java examples.io.tiledb.java.api.TileDBVersion

0 commit comments

Comments
 (0)