Skip to content

Commit b7f1483

Browse files
committed
cache node modules in order to speed up builds
1 parent d520b9f commit b7f1483

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: node_js
22
node_js:
33
- '0.12'
4+
cache:
5+
bundler: true
6+
directories:
7+
- node_modules # NPM package
48
notifications:
59
email: false
610
webhooks:

0 commit comments

Comments
 (0)