From 71c1b5bde9121812508fc0202bc29e1b02d1ddc4 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Thu, 13 Jun 2019 16:22:59 -0300 Subject: [PATCH] Revert changes to cypress record --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ca819f67..04fc54e60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,9 +37,7 @@ script: - docker-compose exec webapp yarn run test --ci --verbose=false --coverage - docker-compose exec -d backend yarn run test:before:seeder # Fullstack - # Disable recording cypress tests if we just update dependencies. This is to - # avoid running out of quota. - - if [[ $BRANCH == *"dependabot"* ]]; then yarn run cypress:run; else yarn run cypress:run --record; fi + - yarn run cypress:run # Coverage - codecov