We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698019b commit 9ecce0dCopy full SHA for 9ecce0d
.travis.yml
@@ -15,6 +15,9 @@ matrix:
15
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --features nightly
16
- cargo update -Z minimal-versions && cargo build
17
18
+before_script:
19
+ - set -o errexit
20
+
21
script:
22
- cargo test
23
- RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
0 commit comments