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 8c0e4de commit d20ae8dCopy full SHA for d20ae8d
.travis.yml
@@ -36,9 +36,6 @@ script:
36
- cat test/test-suite.log
37
- ls -l /usr/local/lib/
38
- ls -l /usr/lib/
39
- - ldd test/basic
40
- - ldd test/http_utils
41
- - ldd test/threaded
42
after_success:
43
- if [ $DEBUG = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
44
matrix:
0 commit comments