forked from w3c/permissions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
20 lines (16 loc) · 957 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: generic
script: bash ./deploy.sh
branches:
only:
- master
env:
global:
- ENCRYPTION_LABEL: 104fbe69e8fa
- COMMIT_AUTHOR_EMAIL: [email protected]
- WD_URL="https://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/w3c/permissions/master/index.bs&md-status=WD"
- DECISION="https://lists.w3.org/Archives/Public/public-webappsec/2015Mar/0170.html"
# Exports $TOKEN - the W3C Token needed by Echidna to auto-publish this spec
# See: https://github.com/w3c/echidna/wiki/How-to-use-Echidna-with-ReSpec-and-GitHub#the-token
- secure: SneznWMBm52ct+mFI6NAVrB8k/BjO/H/hjR1eB3tjPwF0vzpL5fnbD1mmlNmVJMTWMsSUfI917JotA+7lfwoWJuHwlq2WfzQ0ybfvtuqjo7LS22T5X8IFYmCyVNR5asbJha/LNhqUyGDsZlPBgbKK0hqTd8eWjjQTztnlSrorGM=
after_success:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && curl "https://labs.w3.org/echidna/api/request" --data-urlencode "url=$WD_URL" --data-urlencode "decision=$DECISION" --data-urlencode "token=$TOKEN"'