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
@ -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 New Issue
Block a user