Merge pull request #648 from spicyj/npm-cache

Cache node_modules on Travis
This commit is contained in:
Christopher Chedeau 2015-04-03 09:42:57 -07:00
commit 2c13456f99
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
language: objective-c
cache:
directories:
- node_modules
before_install:
- brew update
install: