Skip to content

Commit

Permalink
Use latest yarn (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
stripedpajamas authored Nov 13, 2018
1 parent 0f3bba8 commit d408fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d408fcc

Please sign in to comment.