File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,11 @@ script:
8282 qemu-arm -L /usr/arm-linux-gnueabi/ ./.libs/http_utils ;
8383 qemu-arm -L /usr/arm-linux-gnueabi/ ./.libs/threaded ;
8484 fi
85- else
86- make check ;
87- cat test/test-suite.log ;
88- ls -l /usr/local/lib/ ;
89- ls -l /usr/lib/ ;
90- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cd ../src/; cppcheck --error-exitcode=1 .; cd ../build; fi
91- fi
85+ - make check
86+ - cat test/test-suite.log
87+ - ls -l /usr/local/lib/
88+ - ls -l /usr/lib/
89+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then cd ../src/; cppcheck --error-exitcode=1 .; cd ../build; fi
9290after_success :
9391 - if [ "$DEBUG" = "debug" ] && [ "$COVERAGE" = "coverage" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then bash <(curl -s https://codecov.io/bash); fi
9492matrix :
You can’t perform that action at this time.
0 commit comments