Skip to content

Instantly share code, notes, and snippets.

@adelevie
Created April 9, 2015 18:15
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelevie/a222caefe7676440d47b to your computer and use it in GitHub Desktop.
Save adelevie/a222caefe7676440d47b to your computer and use it in GitHub Desktop.
Automated accessibility testing using Travis-CI and pa11y
before_script:
- npm install -g http-server
- npm install -g pa11y
- npm install -g pa11y-reporter-ci
script:
- nohup http-server -p 8080 >/dev/null 2>&1 &
- pa11y localhost:8080/index.html -r ci -s WCAG2AAA
@amoose
Copy link

amoose commented Jul 19, 2016

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment