Skip to content

Commit

Permalink
Almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 5, 2019
1 parent 164404f commit 786b877
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ task:
provision_script:
- pkg install -y git libnghttp2 node npm
- node -v
- npm -v
- whoami
- which python || which python2.7
- npm config set python `which python2.7`
- which python2.7 || which python
- python -v
# - npm config set python `which python2.7`
install_script:
- git submodule update --init --recursive
- env ELECTRON_SKIP_BINARY_DOWNLOAD=1 npm i
- env ELECTRON_SKIP_BINARY_DOWNLOAD=1 npm i --unsafe-perm
test_script: npm t

0 comments on commit 786b877

Please sign in to comment.