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 fd2bb10 commit 70b3f95Copy full SHA for 70b3f95
1 file changed
.travis.yml
@@ -30,6 +30,8 @@ script:
30
- make
31
- make check
32
- cat test/test-suite.log
33
+ - ls -l /usr/local/lib/
34
+ - ls -l /usr/lib/
35
after_success:
36
- if [ $DEBUG = "debug" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then ../ci-report-coverage; fi
37
matrix:
0 commit comments