Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Travis: Document the pinned version of yarn #343

Merged
merged 1 commit into from
Oct 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ node_js:
install:
- yarn install --frozen-lockfile
before_install:
# Required due to: https://github.com/travis-ci/travis-ci/issues/7951
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.25.4
# Older version required due to: https://github.com/guigrpa/oao/issues/50
- curl -sSfL https://yarnpkg.com/install.sh | bash -s -- --version 0.25.4
- export PATH=$HOME/.yarn/bin:$PATH
before_script:
- yarn bootstrap
Expand Down