Skip to content

Commit a218f12

Browse files
committed
Initial
1 parent 93fe5b7 commit a218f12

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.pr-preview.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"src_file": "index.html",
3+
"type": "respec"
4+
}

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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"'

0 commit comments

Comments
 (0)