Skip to content

Commit

Permalink
Merge pull request graphql#105 from wincent/glh/yarn-cache
Browse files Browse the repository at this point in the history
Teach Travis to cache yarn-installed modules
  • Loading branch information
wincent authored Jan 20, 2017
2 parents a242aaa + 1944c85 commit 02866a4
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 @@ -5,6 +5,8 @@ node_js: stable
before_install:
- npm config set spin false --global

cache: yarn

deploy:
provider: npm
email: [email protected]
Expand Down

0 comments on commit 02866a4

Please sign in to comment.