Skip to content

Commit

Permalink
Fix yarn version in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoEspinosa committed Nov 23, 2017
1 parent 36b09b9 commit 64cfb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- "4"
- "8"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version version-number
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.24.3
- export PATH="$HOME/.yarn/bin:$PATH"
before_script:
- yarn
Expand Down

0 comments on commit 64cfb86

Please sign in to comment.