From 6061287c1b5b1e20b854e9720f89e9699b5c357c Mon Sep 17 00:00:00 2001 From: Brian Hedberg Date: Fri, 28 Oct 2016 13:32:22 -0500 Subject: [PATCH] temporarily disable pa11y-ci --- circle.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 7ec091b6d..c96857563 100644 --- a/circle.yml +++ b/circle.yml @@ -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 18f@gsa.gov - - npm run --harmony lint-508 \ No newline at end of file + # uncomment to restore pa11y-ci + # - npm run --harmony lint-508