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

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Safronov committed Oct 19, 2021
1 parent 3592e54 commit 4f7da06
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 @@ -23,6 +23,11 @@ cache:
- $HOME/.cache/electron-builder
- $HOME/.npm/_prebuilds

before_install:
- npm i -g npm@^6.9.0
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version ^1.22.0
- export PATH="$HOME/.yarn/bin:$PATH"

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

0 comments on commit 4f7da06

Please sign in to comment.