Permalink
Browse files

curl shouldnt succeed on bikeshed errors

  • Loading branch information...
1 parent 73d4dde commit b303ebfd3ada29e6b3af7827ea10ed573be14343 @mozfreddyb mozfreddyb committed Aug 30, 2016
Showing with 1 addition and 5 deletions.
  1. +0 −4 .travis.yml
  2. +1 −1 Makefile
View
@@ -4,9 +4,5 @@ python:
sudo: false
install:
- gem install kramdown
- - git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed
- - pip install pygments
- - pip install --editable ./bikeshed
- - bikeshed update
script: make
View
@@ -7,7 +7,7 @@ index.kramdown.html: spec_v1.markdown template.erb
sed -e 's/\[\[/\\[\\[/g' -e 's/\]\]/\\]\\]/g' ./spec_v1.markdown | kramdown --parse-block-html --template='template.erb' > index.kramdown.html
index.html: index.bs
- curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > ./index.html
+ curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 --fail -o index.html
local:
bikeshed -f spec index.bs

0 comments on commit b303ebf

Please sign in to comment.