Add Percy to Travis yml (#7970) [deploy]

This commit is contained in:
Vaidehi Joshi 2020-05-20 13:50:22 -07:00 committed by GitHub
parent 97c46cfbf8
commit 32410d3b9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ script:
- bundle exec rails webpacker:compile
- bundle exec rails db:schema:load
- './cc-test-reporter before-build'
- 'bundle exec rspec spec --color --tty --format progress'
- 'npx percy exec -- bundle exec rspec spec --color --tty --format progress'
- '[ ! -f .approvals ] || bundle exec approvals verify --ask false'
- './cc-test-reporter format-coverage -t simplecov -o coverage/codeclimate.simplecov.json'
- 'yarn test --colors'