diff --git a/.travis.yml b/.travis.yml index 0f700ca3..07b2a3d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - npm run lint - npm run transpile # you can simply run the tests - - npm test + - npm test -- --record false # you can record the tests on Cypress Dashboard # - npm test -- --record # and you can run the tests with Percy.io visual testing included