Skip to content

Commit

Permalink
merge from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr49 committed Apr 9, 2020
2 parents 8812ae5 + 6ce4e51 commit 31cbc00
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 24 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,24 @@ matrix:
node_js: '12'

- os: linux
dist: bionic
sudo: true
language: node_js
node_js: '12'
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libx11-dev
- zlib1g-dev
- libpng12-dev
- libpng-dev
- libxtst-dev
- g++-4.8
- gcc-4.8

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

before_script:
- | # Fix chrome-sandbox: https://github.com/electron/electron/issues/17972
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
echo "Fixing chrome-sandbox permissions..."
sudo chown root ./node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 ./node_modules/electron/dist/chrome-sandbox
fi
script:
- npm run dist
42 changes: 29 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31cbc00

Please sign in to comment.