Skip to content

Commit

Permalink
chore: cache travis node_modules directory
Browse files Browse the repository at this point in the history
  • Loading branch information
elkwood committed Mar 15, 2018
1 parent 83ed5d0 commit 104b781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js: '8'

cache:
directories:
- node_modules # NPM packages
install:
- yarn install

Expand Down

0 comments on commit 104b781

Please sign in to comment.