]> git.lizzy.rs Git - rust.git/commitdiff
fail fast
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 6 May 2016 13:39:10 +0000 (15:39 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 6 May 2016 13:39:10 +0000 (15:39 +0200)
.travis.yml

index f22a16104591789719a89c4358458fd461f83788..1c131ec98f3b775f714d53fcf431a60f4d701388 100644 (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