From ed429a6f5f07d0c58176d28924351600bf8814c9 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Wed, 5 Jun 2019 16:49:06 -0400 Subject: [PATCH] be explicit and pass record false --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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