Skip to content

Commit 1bd8990

Browse files
committed
Use containers on TravisCI
This *should* enabled the caching of node_modules for faster builds. We may need to tweak this later to make sure node_modules gets updated See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
1 parent 5f4d759 commit 1bd8990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
language: node_js
33
node_js:
44
- '0.10'
5+
sudo: false
56
cache:
67
directories:
78
- node_modules

0 commit comments

Comments
 (0)