diff options
| author | Ralf Jung <post@ralfj.de> | 2017-08-18 11:42:00 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2017-08-18 11:42:00 +0200 |
| commit | 1f20b7d77412aec1b654b9fd2b6dfffdd3bf0a81 (patch) | |
| tree | 0ef69b3735a712f5a44f3d4581fa1083292c69a3 | |
| parent | 2fccae8aaceaae28b94c86bd7f55a1ebf46877ab (diff) | |
| download | rust-1f20b7d77412aec1b654b9fd2b6dfffdd3bf0a81.tar.gz rust-1f20b7d77412aec1b654b9fd2b6dfffdd3bf0a81.zip | |
travis: fail fast
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ef15fa98d3f..c1d01419869 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ before_script: - cargo install xargo - export RUST_SYSROOT=$HOME/rust script: +- set -e - | # get ourselves a MIR-ful libstd xargo/build.sh |
