Skip to content

Commit d414911

Browse files
committed
(optim/ci): cache Cypress binary to speed up builds
- per Cypress Travis CI directions - https://docs.cypress.io/guides/guides/continuous-integration.html#Travis - the other stuff isn't necessary for our specific setup or are currently Travis CI defaults - like install: npm ci and cache: npm: true are defaults
1 parent f6778e0 commit d414911

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
language: node_js
22
# default is apparently 0.10.48 for some reason O.O
33
node_js: '10.16.0'
4+
5+
# cache folder with Cypress binary (https://docs.cypress.io/guides/guides/continuous-integration.html#Travis)
6+
cache:
7+
directories:
8+
- ~/.cache

0 commit comments

Comments
 (0)