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 a0531ee commit 7be58caCopy full SHA for 7be58ca
.travis.yml
@@ -5,7 +5,8 @@ rust:
5
os: linux
6
script:
7
- cargo build --verbose
8
- - [ $TRAVIS_RUST_VERSION = stable ] && cargo test --verbose
+ - |
9
+ if [ $TRAVIS_RUST_VERSION = stable ]; then cargo test --verbose || travis_terminate 1; fi
10
- cargo doc
11
after_success: |
12
[ $TRAVIS_RUST_VERSION = stable ] &&
0 commit comments