Skip to content

Commit

Permalink
fix(travis): Fix yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Feb 17, 2017
1 parent fc770e0 commit 86ecebd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ notifications:
after_success:
- npm run coveralls
- npm run codeclimate
before_install:
- npm i -g yarn
install:
- yarn install
cache: yarn

0 comments on commit 86ecebd

Please sign in to comment.