Permalink
Browse files
curl shouldnt succeed on bikeshed errors
- Loading branch information...
Showing
with
1 addition
and
5 deletions.
-
+0
−4
.travis.yml
-
+1
−1
Makefile
|
|
@@ -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
|
|
|
@@ -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