Skip to content

Commit

Permalink
Travis: fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Mar 14, 2020
1 parent 8c19757 commit 234954a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
scripts-prepend-node-path=true
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ matrix:
language: generic

cache:
yarn: false
directories:
- node_modules
- $HOME/.cache/electron
- $HOME/.cache/electron-builder

Expand All @@ -33,10 +33,12 @@ script:
electronuserland/builder:10 \
/bin/bash -c "yarn && npm run release:linux"
else
yarn && npm run release:mac
npm run release:mac
fi
before_cache:
- rm -rf $HOME/.cache/electron-builder
before_install:
- rm -rf node_modules

branches:
except:
Expand Down

0 comments on commit 234954a

Please sign in to comment.