Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.13 KB

readme.md

File metadata and controls

33 lines (26 loc) · 1.13 KB

WPT Taskcluster Validation

Requirements

  • Node.js version 8 (Due to a bug in one of this project's dependencies, HTTP request memoization does not work in Node.js version 10. The script will return accurate results, but repeated invocations may exceed HTTP API request limits.)
  • A free user account on GitHub.com
  • A free user account on TravisCI.com

Instructions

  1. Authenticate with GitHub.com

    1. Visit https://github.com/settings/tokens
    2. Create an access token that includes the public_repo scope
    3. Save the access token to a file named token-github.txt in the root of this repository
  2. Authentication with TravisCI

    1. Follow the instructions at https://developer.travis-ci.com/authentication to obtain an access token or the TravisCI HTTP API
    2. Save the access token to a file named token-travisci.txt in the root of this repository
  3. Execute the following commands in a terminal:

    npm install
    node .
    

License

Copyright 2018 Bocoup under the GNU General Public License v3.0