diff --git a/.travis.yml b/.travis.yml index dd1f0560e..eb24107dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ dist: trusty language: node_js node_js: - "10" +cache: + # cache both npm modules and Cypress binary + directories: + - ~/.npm + - ~/.cache script: - yarn test --coverage - yarn e2e