Skip to content

Commit

Permalink
build: pin yarn in CI to be node v4-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed May 7, 2019
1 parent 71e31e3 commit 78af9fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ node_js:

cache: yarn

install:
- npm install --global yarn@1.10.1
- yarn --version
- yarn install

script:
- yarn test

Expand Down

0 comments on commit 78af9fc

Please sign in to comment.