Skip to content

Commit

Permalink
Short-circuit build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 3, 2018
1 parent 698019b commit 9ecce0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --features nightly
- cargo update -Z minimal-versions && cargo build

before_script:
- set -o errexit

script:
- cargo test
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
Expand Down

0 comments on commit 9ecce0d

Please sign in to comment.