Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
fixed travis yarn osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Safronov committed Oct 19, 2021
1 parent 3592e54 commit 0013dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,9 @@ cache:
- $HOME/.cache/electron-builder
- $HOME/.npm/_prebuilds

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm i yarn -g; fi

install:
- yarn
- ./node_modules/.bin/electron-rebuild
Expand Down

0 comments on commit 0013dfe

Please sign in to comment.