Skip to content

Commit

Permalink
chore(ci): MacOS NodeJS 14.1.0 Puppeteer NPM install issue, updated T…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Apr 30, 2020
1 parent 85bd18d commit 07b47d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -21,30 +21,30 @@ matrix:
os: osx
osx_image: xcode11.2
language: node_js
node_js: "node"
node_js: "lts/*"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
#if: type = push OR pull_request
- os: linux
language: node_js
node_js: "node"
node_js: "lts/*"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- if: type = push
os: linux
services: docker
language: node_js
node_js: "node"
node_js: "lts/*"
env:
- TRAVIS_OS_NAME_=windows
# https://www.electron.build/multi-platform-build
# Switch to TravisCI "native" Windows support when it is ready (the main blocking issue right now is secret ENV vars, which we need to deploy to GitHub)
# https://travis-ci.community/c/environments/windows
# - os: windows
# language: node_js
# node_js: "node"
# node_js: "lts/*"
# env:
# - ELECTRON_CACHE=$HOME/.cache/electron
# - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
Expand Down

0 comments on commit 07b47d6

Please sign in to comment.