Add Percy to Travis yml (#7970) [deploy]
This commit is contained in:
parent
97c46cfbf8
commit
32410d3b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue