Skip to content

Commit 800d866

Browse files
author
Marcos Cáceres
authored
Spec validation and small editorial fixes
2 parents eda4fe0 + 21c8a57 commit 800d866

File tree

3 files changed

+436
-548
lines changed

3 files changed

+436
-548
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: node_js
2+
node_js:
3+
- lts/*
24

35
branches:
46
only:
@@ -9,9 +11,17 @@ env:
911
- URL="http://w3c.github.io/push-api/echidna-manifest.txt"
1012
- DECISION="https://github.com/w3c/push-api/issues/241"
1113
- secure: "I4v5gVO1ONjLjyFZQe7b0NCbmXIMOgd/+0jqLeFrkp4cKLXhfkphbqIBDvb6tmxa90dfCYKswM4L0EiMlBu8EYtKwvmSQXoeOLpBoyZDy2BsgQcrb7L/FKMr/AHDId/D6GZVxOhkoT5d129nN4Cf66cRWEFZtR3RJE2Xq13HrT4="
14+
install:
15+
- npm install respec-validator
1216

1317
script:
14-
- echo "ok"
18+
- npx respec-validator --manifest=ECHIDNA --check-links-using-get --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html
19+
20+
cache:
21+
directories:
22+
- node_modules
1523

1624
after_success:
17-
- test $TRAVIS_PULL_REQUEST = false && curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"
25+
- echo "If it fails, check https://lists.w3.org/Archives/Public/public-tr-notifications/"
26+
27+
- test $TRAVIS_PULL_REQUEST = false && curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN" --data "cc=$CC"

ECHIDNA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
index.html?specStatus=WD;shortName=push-api respec
1+
index.html?specStatus=WD&shortName=push-api respec
22
sequence_diagram.png

0 commit comments

Comments
 (0)