Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
}