Skip to content

Commit

Permalink
Travis: Install the latest version of yarn, which supports workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgepigdaniel committed Jan 18, 2019
1 parent f53e163 commit 2f00ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,10 @@ notifications:
on_start: never # options: [always|never|change] default: always
after_success:
- npm run semantic-release
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- rm -rf node_modules packages/*/node_modules
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 2f00ae9

Please sign in to comment.