Skip to content

Commit

Permalink
Add Percy to Travis yml (#7970) [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
vaidehijoshi committed May 20, 2020
1 parent 97c46cf commit 32410d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 32410d3

Please sign in to comment.