Move `set -e` of travis down

We really can continue to build when the first two commands fail.
This commit is contained in:
mcarton 2016-10-01 00:38:01 +02:00
parent 05ee1b6254
commit e66d2311f2
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
1 changed files with 1 additions and 1 deletions

View File

@ -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