Skip to content

Commit

Permalink
fix: have Travis cache Yarn downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
sirsavary committed Jan 31, 2018
1 parent 572d11e commit 5f2af8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ node_js:
- "6"
- "5"
- "4"

before_install:
- npm i -g npm@5.1.0
cache:
yarn: true

deploy:
provider: npm
Expand Down

0 comments on commit 5f2af8e

Please sign in to comment.