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