unic / estatico-nou

Static site generator for frontend engineers
https://unic.com
13 stars 6 forks source link

[yarn] Improve yarn install for travis #104

Open lbsonley opened 3 years ago

lbsonley commented 3 years ago

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 commented 3 years ago

https://github.com/unic/estatico-nou/pull/103/commits/6ad5e77639852b5674e91c7f1013675971f28bde & https://github.com/unic/estatico-nou/pull/103/commits/cb0fdef5457b3d0b53115d2b7a2b0f469d78e962