From d1e68d95ad2928b2f4eaf6f624dfe4468da4ec9a Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Sat, 25 Apr 2020 12:17:27 +0530 Subject: [PATCH] chore: Fix travis config used https://config.travis-ci.com/explore to verify --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 849d28152d..219d16c74f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ git: depth: 1 cache: - - pip - - npm - - yarn + pip: true + npm: true + yarn: true directories: # we also need to cache folder with Cypress binary # https://docs.cypress.io/guides/guides/continuous-integration.html#Caching