Skip to content

Commit

Permalink
build: use yarn cache on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz authored Jan 19, 2017
1 parent 4ee891d commit 00c2b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ node_js:
- "stable"
- 6
- 4

cache: yarn

after_success: "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

0 comments on commit 00c2b9b

Please sign in to comment.