fail fast

This commit is contained in:
Oliver Schneider 2016-05-06 15:39:10 +02:00
parent d1393cfd38
commit fff6ddea2a
No known key found for this signature in database
GPG key ID: 56D6EEA0FC67AC46

View file

@ -14,6 +14,7 @@ install:
- npm install remark remark-lint
script:
- set -e
- remark -f README.md -u remark-lint > /dev/null
- python util/update_lints.py -c
- cargo build --features debugging