We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6778e0 commit d414911Copy full SHA for d414911
.travis.yml
@@ -1,3 +1,8 @@
1
language: node_js
2
# default is apparently 0.10.48 for some reason O.O
3
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