Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
build: install yarn 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Oct 28, 2018
1 parent 8c845c2 commit 07a91a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ deploy:
provider: script
skip_cleanup: true
script: yarn run semantic-release

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH=$HOME/.yarn/bin:$PATH

0 comments on commit 07a91a6

Please sign in to comment.