diff --git a/.travis.yml b/.travis.yml index 76ec29eb2..043dfd1f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'