Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit ed429a6

Browse files
committed
be explicit and pass record false
1 parent 5d97df0 commit ed429a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ script:
1818
- npm run lint
1919
- npm run transpile
2020
# you can simply run the tests
21-
- npm test
21+
- npm test -- --record false
2222
# you can record the tests on Cypress Dashboard
2323
# - npm test -- --record
2424
# and you can run the tests with Percy.io visual testing included

0 commit comments

Comments
 (0)