Skip to content

Commit

Permalink
Merge pull request #1992 from 18F/disable-pa11y-ci
Browse files Browse the repository at this point in the history
temporarily disable pa11y-ci
  • Loading branch information
Jean Paul Mugizi authored Oct 28, 2016
2 parents 068578a + 6061287 commit 8ab5553
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ dependencies:
pre:
- bundle install
- bundle exec jekyll build
- nvm install stable && nvm alias default stable
# uncomment to restore pa11y-ci
# - nvm install stable && nvm alias default stable
#
- npm test
- npm install -g pa11y-ci
# uncomment to restore pa11y-ci
# - npm install -g pa11y-ci
#

test:
pre:
- bundle exec jekyll test
- bundle exec htmlproofer _site --disable-external --allow-hash-href --empty-alt-ignore --url-ignore [email protected]
- npm run --harmony lint-508
# uncomment to restore pa11y-ci
# - npm run --harmony lint-508

0 comments on commit 8ab5553

Please sign in to comment.