Skip to content

Commit d20ae8d

Browse files
authored
remove ldd commands from travis
1 parent 8c0e4de commit d20ae8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ script:
3636
- cat test/test-suite.log
3737
- ls -l /usr/local/lib/
3838
- ls -l /usr/lib/
39-
- ldd test/basic
40-
- ldd test/http_utils
41-
- ldd test/threaded
4239
after_success:
4340
- if [ $DEBUG = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
4441
matrix:

0 commit comments

Comments
 (0)