Skip to content

Commit 63d657a

Browse files
authored
travis print linked libs
1 parent 70b3f95 commit 63d657a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ script:
3232
- cat test/test-suite.log
3333
- ls -l /usr/local/lib/
3434
- ls -l /usr/lib/
35+
- ldd test/basic
36+
- ldd test/http_utils
37+
- ldd test/threaded
3538
after_success:
3639
- if [ $DEBUG = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
3740
matrix:

0 commit comments

Comments
 (0)