Skip to content

Commit

Permalink
Pin Yarn to 1.11.1 so it works with Node4 (yarnpkg/yarn#6409 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
danpat committed Oct 30, 2018
1 parent 535647e commit ec369d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -296,7 +296,7 @@ before_install:
fi
- |
if [[ ! -f $(which yarn) ]]; then
npm install -g yarn
npm install -g yarn@1.11.1
fi
- export PACKAGE_JSON_VERSION=$(node -e "console.log(require('./package.json').version)")
- export PUBLISH=$([[ "${TRAVIS_TAG:-}" == "v${PACKAGE_JSON_VERSION}" ]] && echo "On" || echo "Off")
Expand Down

0 comments on commit ec369d5

Please sign in to comment.