We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a108bb commit 6a0126fCopy full SHA for 6a0126f
.travis.yml
@@ -19,6 +19,10 @@
19
20
# Explicitly set the environment to be container-based. This makes the builds faster.
21
sudo: false
22
+# Cache downloaded Node.JS modules in the node_modules directory for faster builds.
23
+cache:
24
+ directories:
25
+ - node_modules
26
# Use Node.js as primary language because Gulp is the build system used in the project.
27
language: node_js
28
before_script:
0 commit comments