Skip to content

Commit c1db71d

Browse files
committed
make sure travis fails when clippy does not build.
Fixes #3260
1 parent 93de5fc commit c1db71d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ script:
5757
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
5858
- |
5959
if [ -z ${INTEGRATION} ]; then
60-
./ci/base-tests.sh
61-
sleep 5
60+
./ci/base-tests.sh && sleep 5
6261
else
63-
./ci/integration-tests.sh
64-
sleep 5
62+
./ci/integration-tests.sh && sleep 5
6563
fi
6664
6765
after_success: |

0 commit comments

Comments
 (0)