Merge pull request #3261 from matthiaskrgr/travis_failure
make sure travis fails when clippy does not build.
This commit is contained in:
commit
b393d06ab6
1 changed files with 2 additions and 4 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue