about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 948eb23fe83..8aff93d480a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: |