Skip to content

Commit 1366034

Browse files
committed
travis: Try to get more console output for failed tests
1 parent 29cdecd commit 1366034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ android:
1616
- extra-android-m2repository
1717
- sys-img-armeabi-v7a-android-15
1818
script:
19-
- 'if [[ $TEST = java ]]; then mvn test; fi'
19+
- 'if [[ $TEST = java ]]; then mvn test -Dsurefire.useFile=false; fi'
2020
- 'if [[ $TEST = android ]]; then mvn install -DskipTests && cd commonmark-android-test && travis_retry ./.travis.sh; fi'

0 commit comments

Comments
 (0)