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 70b3f95 commit 63d657aCopy full SHA for 63d657a
.travis.yml
@@ -32,6 +32,9 @@ script:
32
- cat test/test-suite.log
33
- ls -l /usr/local/lib/
34
- ls -l /usr/lib/
35
+ - ldd test/basic
36
+ - ldd test/http_utils
37
+ - ldd test/threaded
38
after_success:
39
- if [ $DEBUG = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
40
matrix:
0 commit comments