Skip to content

Commit 31c7827

Browse files
committed
add travis-ci cache for node_modules
1 parent 613d374 commit 31c7827

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: node_js
2+
cache:
3+
directories:
4+
- node_modules # Speed up npm install
25
node_js:
36
- "0.12.7"
47
- "4.0.0"
58
env:
6-
global:
7-
- CXX=g++-4.8
8-
matrix:
9-
- GIT_VERSION=default
10-
- GIT_VERSION=edge
9+
- CXX=g++-4.8
1110
addons:
1211
apt:
1312
sources:

0 commit comments

Comments
 (0)