diff --git a/.travis.yml b/.travis.yml index 445d374..7ac53d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/install_deps.sh b/install_deps.sh index 63839cb..9027ffb 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -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