From 78cae3dce7001261dd4525f9e99e8864dd821bdb Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Wed, 11 Sep 2019 20:23:41 +0200 Subject: [PATCH] Finding the missing cypress binary --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb24107dd..af494ab69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,7 @@ language: node_js node_js: - "10" cache: - # cache both npm modules and Cypress binary - directories: - - ~/.npm - - ~/.cache + npm: false script: - yarn test --coverage - yarn e2e