Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
fix: install newer yarn version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 26, 2018
1 parent a26dfa3 commit bf3239d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ sudo: false
node_js:
- 8
- stable
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH=$HOME/.yarn/bin:$PATH
script:
- yarn test:ci

0 comments on commit bf3239d

Please sign in to comment.