summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a50ae3db4..6a807f3ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,12 +87,14 @@ install:
before_script:
- ./tools/setup.py
script:
-- ./tools/lint.py
-- ./tools/test_format.py
-- bash -c "sleep 2100; pkill ninja; pkill cargo" &
-- ./tools/build.py -j2
-- RUSTC_WRAPPER=sccache cargo check -j2 --release
-- ./tools/test.py $DENO_BUILD_PATH
+- |-
+ set -e
+ ./tools/lint.py
+ ./tools/test_format.py
+ bash -c "sleep 2100; pkill ninja; pkill cargo" &
+ ./tools/build.py -j2
+ RUSTC_WRAPPER=sccache cargo check -j2 --release
+ ./tools/test.py $DENO_BUILD_PATH
after_script:
- ccache --show-stats
- sccache --stop-server