Use latest yarn (#57)

This commit is contained in:
Peter Squicciarini 2018-11-13 11:58:05 -05:00 committed by GitHub
parent 0f3bba8d9f
commit d408fcc060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,8 @@ language: node_js
node_js: "8"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- ./install_deps.sh
- . get_repo.sh
- . check_tags.sh

View file

@ -2,7 +2,6 @@
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install yarn --without-node
brew install jq zip
else
sudo apt-get update