Cache node_modules on Travis

This commit is contained in:
Ben Alpert 2015-04-03 09:34:18 -07:00
parent c760ca90a5
commit 12bfcac731
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: