Skip to content

Commit

Permalink
feat(a11y): add a11y tests to Travis CI
Browse files Browse the repository at this point in the history
affects: @buildit/gravity-ui-web
  • Loading branch information
Elohina committed Jan 22, 2020
1 parent 848ec4c commit 85778f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ script:
- commitlint-travis
- npm run-script build
- npm run test
- npm run test:a11y
before_deploy:
- pyenv global 3.7
- pip3 install --user awscli
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"commit": "git-cz",
"lint": "lerna run lint",
"test": "lerna run test",
"test:a11y": "lerna run test:a11y",
"build": "lerna run build",
"start": "lerna run start --parallel",
"clean:cdn": "del 'cdn-dist/**/*'",
Expand Down

0 comments on commit 85778f2

Please sign in to comment.