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.
2 parents 5a108bb + 6a0126f commit 0a28a40Copy full SHA for 0a28a40
.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