mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 22:50:56 +00:00
Move set -e
of travis down
We really can continue to build when the first two commands fail.
This commit is contained in:
parent
05ee1b6254
commit
e66d2311f2
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@ install:
|
|||
- npm install remark-cli remark-lint
|
||||
|
||||
script:
|
||||
- set -e
|
||||
- remark -f README.md > /dev/null
|
||||
- python util/update_lints.py -c
|
||||
- set -e
|
||||
- cargo build --features debugging
|
||||
- cargo test --features debugging
|
||||
- mkdir -p ~/rust/cargo/bin
|
||||
|
|
Loading…
Reference in a new issue