Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[yarn] Improve yarn install for travis #104

Open
lbsonley opened this issue Jan 25, 2021 · 1 comment
Open

[yarn] Improve yarn install for travis #104

lbsonley opened this issue Jan 25, 2021 · 1 comment

Comments

@lbsonley
Copy link
Collaborator

The documentation for travis mentions a better way to install yarn that we are currently using.

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

https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#using-yarn

@robinloeffel
Copy link
Contributor

robinloeffel commented Jan 28, 2021

6ad5e77 & cb0fdef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants