File tree Expand file tree Collapse file tree 3 files changed +436
-548
lines changed Expand file tree Collapse file tree 3 files changed +436
-548
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
+ node_js :
3
+ - lts/*
2
4
3
5
branches :
4
6
only :
9
11
- URL="http://w3c.github.io/push-api/echidna-manifest.txt"
10
12
- DECISION="https://github.com/w3c/push-api/issues/241"
11
13
- secure : " I4v5gVO1ONjLjyFZQe7b0NCbmXIMOgd/+0jqLeFrkp4cKLXhfkphbqIBDvb6tmxa90dfCYKswM4L0EiMlBu8EYtKwvmSQXoeOLpBoyZDy2BsgQcrb7L/FKMr/AHDId/D6GZVxOhkoT5d129nN4Cf66cRWEFZtR3RJE2Xq13HrT4="
14
+ install :
15
+ - npm install respec-validator
12
16
13
17
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
15
23
16
24
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"
Original file line number Diff line number Diff line change 1
- index.html?specStatus=WD; shortName=push-api respec
1
+ index.html?specStatus=WD& shortName=push-api respec
2
2
sequence_diagram.png
You can’t perform that action at this time.
0 commit comments