We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a67477 commit bcd3fd1Copy full SHA for bcd3fd1
.travis.yml
@@ -29,6 +29,7 @@ script:
29
- if [ $LINKING = "static" ]; then ../configure --enable-static --disable-fastopen; elif [ $DEBUG = "debug" ]; then ../configure --enable-debug --disable-shared --disable-fastopen; else ../configure --disable-fastopen; fi
30
- make
31
- make check
32
+ - cat test/test-suite.log
33
after_success:
34
- if [ $DEBUG = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
35
matrix:
0 commit comments