Skip to content

Commit a980b6c

Browse files
committed
Changed Travis CI environment to cache node_modules folder
This is a commonly used trick to speed up Travis CI builds. Since builds for this project tend to spend upwards of 40 seconds in the `npm install` phase, this has the potential to be a big time saver.
1 parent 84e112c commit a980b6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22
node_js:
33
- "node"
4+
cache:
5+
directories:
6+
- node_modules
47
notifications:
58
irc:
69
channels:

0 commit comments

Comments
 (0)