Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
add continua11y steps to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Mar 31, 2016
1 parent 66423d1 commit b49c42b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,8 @@ env:
after_script:
# must equal number of rubies * number of tasks
- ./bin/codeclimate-batch --groups 2
- npm install -g pa11y-crawl
- pa11y-crawl --run "foreman start -p 3000" --ci http://localhost:3000
addons:
postgresql: '9.3'
code_climate:
Expand Down

0 comments on commit b49c42b

Please sign in to comment.