Skip to content

Commit 678d12c

Browse files
andreasttAutomatedTester
authored andcommitted
make, travis: disable respec testing
respec is broken upstream, so this will temporarily disable it so we can land specification changes.
1 parent 6cf81b3 commit 678d12c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js: "node"
33
cache: npm
4-
before_script: npm install -g respec
4+
#before_script: npm install -g respec
55
script: make test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ respec = respec2html --disable-sandbox -ew
99

1010
out := $(shell mktemp)
1111

12-
test: validate respec
12+
test: validate
1313

1414
validate: index.html
1515
@$(curl) $(VALIDATOR_OPTS) -F out=gnu -F doc=@$< $(VALIDATOR) | sed -e 's/^"$<"/$</g' >$(out)

0 commit comments

Comments
 (0)