Skip to content

Commit

Permalink
chore(.travis): enable auto-publish (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed May 23, 2019
1 parent 6ed8504 commit e205358
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Closes #???

The following tasks have been completed:
For *normative* changes, the following tasks have been completed:

* [ ] Confirmed there are no ReSpec/BikeShed errors or warnings.
* [ ] Modified Web platform tests (link to pull request)

Implementation commitment:
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ install:
- bikeshed update
script:
- bash "./deploy.sh"

env:
global:
- ENCRYPTION_LABEL: "4571b087bd76"
- COMMIT_AUTHOR_EMAIL: "plh+deploy@w3.org"
- DECISION: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"

after_success:
- echo "If it fails, check https://lists.w3.org/Archives/Public/public-tr-notifications/"
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && bikeshed echidna --md-status=WD --u "$USER" --p "$PASS" --decision "$DECISION"'
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e # Exit with nonzero exit code if anything fails

bikeshed spec
bikeshed spec --die-on=everything

if [ -d out ]; then
echo Copy the generated spec into out/index.html
Expand Down
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Indent: 2
Title: File API
Shortname: FileAPI
Level: 1
Level: none
Group: webapps
Editor: Marijn Kruisselbrink, Google, mek@chromium.org, w3cid 72440
Former Editor: Arun Ranganathan, Mozilla Corporation, http://arunranga.com/, arun@mozilla.com, w3cid 37240
Expand Down

0 comments on commit e205358

Please sign in to comment.