diff --git a/.travis.yml b/.travis.yml index fd4ff117d70..f348cc42c2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,6 @@ before_script: - cp keys/saml.key.enc.example keys/saml.key.enc - bin/rake db:setup --trace - bin/rake assets:precompile -after_script: - - npm run pa11y-ci bundler_args: "--deployment --jobs=3 --retry=3 --without deploy development doc" cache: bundler language: ruby diff --git a/Makefile b/Makefile index 4e87b8ec12c..1a065a9d95f 100644 --- a/Makefile +++ b/Makefile @@ -24,13 +24,10 @@ lint: $(CONFIG) brakeman: bundle exec brakeman -pa11y: - npm run pa11y-local - test: $(CONFIG) bundle exec rspec run: $(CONFIG) foreman start -.PHONY: setup all lint run test check brakeman pa11y +.PHONY: setup all lint run test check brakeman diff --git a/package.json b/package.json index 89273cdc10b..f3398ab38bf 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,6 @@ "name": "upaya", "version": "0.0.1", "private": true, - "scripts": { - "pa11y-ci": "pa11y-crawl --run \"bundle exec rails s\" --ci -w 10 --standard Section508 http://localhost:3000", - "pa11y-local": "pa11y-crawl --run \"rails s -p 4545\" -w 10 --standard Section508 http://localhost:4545" - }, "engines": { "node": "~4.4.x", "npm": "~3.8.x" @@ -20,9 +16,6 @@ "babel-preset-es2015": "^6.6.0", "babelify": "^7.3.0", "browserify": "^13.0.0", - "browserify-incremental": "^3.1.1", - "pa11y": "^4.0.0", - "pa11y-crawl": "^0.3.2", - "pa11y-reporter-full-json": "^0.0.1" + "browserify-incremental": "^3.1.1" } }