We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf81b3 commit 678d12cCopy full SHA for 678d12c
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js: "node"
3
cache: npm
4
-before_script: npm install -g respec
+#before_script: npm install -g respec
5
script: make test
Makefile
@@ -9,7 +9,7 @@ respec = respec2html --disable-sandbox -ew
9
10
out := $(shell mktemp)
11
12
-test: validate respec
+test: validate
13
14
validate: index.html
15
@$(curl) $(VALIDATOR_OPTS) -F out=gnu -F doc=@$< $(VALIDATOR) | sed -e 's/^"$<"/$</g' >$(out)
0 commit comments