Skip to content

Commit

Permalink
be explicit and pass record false
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 5, 2019
1 parent 5b386aa commit f1fd9c9
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 @@ -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
Expand Down

0 comments on commit f1fd9c9

Please sign in to comment.