Skip to content

Commit

Permalink
Upgrade yarn to latest version on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalkapadia committed Mar 23, 2018
1 parent 6ef46a2 commit 0936acd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -13,3 +13,6 @@ script:
- yarn test:check-coverage
after_script:
- yarn report-coverage
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH=$HOME/.yarn/bin:$PATH

0 comments on commit 0936acd

Please sign in to comment.