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
|
- npm install remark-cli remark-lint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- set -e
|
|
||||||
- remark -f README.md > /dev/null
|
- remark -f README.md > /dev/null
|
||||||
- python util/update_lints.py -c
|
- python util/update_lints.py -c
|
||||||
|
- set -e
|
||||||
- cargo build --features debugging
|
- cargo build --features debugging
|
||||||
- cargo test --features debugging
|
- cargo test --features debugging
|
||||||
- mkdir -p ~/rust/cargo/bin
|
- mkdir -p ~/rust/cargo/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user