Skip to content

Commit

Permalink
Cache node_modules on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Apr 3, 2015
1 parent c760ca9 commit 12bfcac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
language: objective-c

cache:
directories:
- node_modules

before_install:
- brew update
install:
Expand Down

0 comments on commit 12bfcac

Please sign in to comment.