Skip to content

Commit 4bf38f1

Browse files
committed
[wip] Debug Travis CI failure
1 parent 2325816 commit 4bf38f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_script:
2424
script:
2525
- meson build && ninja -j8 -C build
2626
- ninja -j8 -C build test -v
27+
- if [ $? -ne 0 ]; then cat ./build/meson-logs/testlog.txt; fi
2728
- git submodule update --init --recursive
2829
- make -B -C test/
2930
- dub test

0 commit comments

Comments
 (0)