Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ script:

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"'
- ENCRYPTION_LABEL="4571b087bd76"
- COMMIT_AUTHOR_EMAIL="plh+deploy@w3.org"
- DECISION="https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ ssh-add ../deploy_key

# Now that we're all set up, we can push.
git push $SSH_REPO $TARGET_BRANCH
bikeshed echidna --md-status=WD --u $USER --p $PASS --decision $DECISION --cc=marcos@marcosc.com
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Status: ED
ED: https://w3c.github.io/FileAPI/
TR: https://www.w3.org/TR/FileAPI/
Repository: w3c/FileAPI
Previous Version: https://www.w3.org/TR/2017/WD-FileAPI-20171026/
Previous Version: https://www.w3.org/TR/2018/WD-FileAPI-20181106/
!Tests: <a href=https://github.com/web-platform-tests/wpt/tree/master/FileAPI>web-platform-tests FileAPI/</a> (<a href=https://github.com/web-platform-tests/wpt/labels/FileAPI>ongoing work</a>)
Abstract: This specification provides an API for representing file objects in web applications,
as well as programmatically selecting them and accessing their data. This includes:
Expand Down