Skip to content

Instantly share code, notes, and snippets.

View gordjw's full-sized avatar

Gordon Williamson gordjw

View GitHub Profile
@adelevie
adelevie / .travis.yml
Created April 9, 2015 18:15
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