Skip to content

Commit

Permalink
ci: use yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Nov 6, 2018
1 parent 7d2f308 commit 82224fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ node_js:
env:
- NODE_ENV=TEST
cache:
yarn: true
directories:
- "node_modules"
script: yarn coveralls && yarn test:flow

0 comments on commit 82224fc

Please sign in to comment.