Skip to content

Commit 9ecce0d

Browse files
committed
Short-circuit build steps
1 parent 698019b commit 9ecce0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ matrix:
1515
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --features nightly
1616
- cargo update -Z minimal-versions && cargo build
1717

18+
before_script:
19+
- set -o errexit
20+
1821
script:
1922
- cargo test
2023
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test

0 commit comments

Comments
 (0)