mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Merge pull request #3261 from matthiaskrgr/travis_failure
make sure travis fails when clippy does not build.
This commit is contained in:
+2
-4
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user