File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "src_file" : " index.html" ,
3+ "type" : " respec"
4+ }
Original file line number Diff line number Diff line change 1+ language : node_js
2+ dist : xenial
3+ node_js :
4+ - lts/*
5+ branches :
6+ only :
7+ - gh-pages
8+ env :
9+ global :
10+ - URL="https://w3c.github.io/mynote/echidna-manifest.txt"
11+ - DECISION="https://lists.w3.org/Archives/Public/public-mynote/2015May/0021.html"
12+ - secure : ENCODEME
13+ install :
14+ - npm install respec-validator
15+
16+ script :
17+ - npx respec-validator --manifest=echidna-manifest.txt --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html
18+
19+ after_success :
20+ 21+ - ' [ "${TRAVIS_PULL_REQUEST}" = "false" ] && curl "https://labs.w3.org/echidna/api/request" --data "cc=$CC" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"'
You can’t perform that action at this time.
0 commit comments