Skip to content

Commit

Permalink
fix(travis): PAYMENTS-2590 Enforce yarn 0.11 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-biren committed Mar 15, 2018
1 parent 6c3dcb7 commit 07f544f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: node_js
node_js:
- 4.5.0

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
- export PATH=$HOME/.yarn/bin:$PATH

cache:
yarn: true
directories:
Expand Down

0 comments on commit 07f544f

Please sign in to comment.