Merge pull request #3261 from matthiaskrgr/travis_failure

make sure travis fails when clippy does not build.
This commit is contained in:
Philipp Krones 2018-10-04 18:02:22 +02:00 committed by GitHub
commit b393d06ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,11 +57,9 @@ script:
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
- |
if [ -z ${INTEGRATION} ]; then
./ci/base-tests.sh
sleep 5
./ci/base-tests.sh && sleep 5
else
./ci/integration-tests.sh
sleep 5
./ci/integration-tests.sh && sleep 5
fi
after_success: |