make sure travis fails when clippy does not build.

Fixes #3260
This commit is contained in:
Matthias Krüger 2018-10-04 16:58:51 +02:00
parent 93de5fc6c8
commit c1db71dd8c

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: |