Skip to content

Commit

Permalink
Merge pull request #5252 from Project-OSRM/danpat_pin_yarn
Browse files Browse the repository at this point in the history
Pin Yarn to 1.11.1 so it works with Node4
  • Loading branch information
danpat committed Oct 30, 2018
2 parents 535647e + ec369d5 commit 802ccfb
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 802ccfb

Please sign in to comment.