Skip to content

Commit a88e565

Browse files
committed
try to fix travis builds
1 parent d777390 commit a88e565

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode9.0
1+
osx_image: xcode10.2
22

33
sudo: required
44
services: docker
@@ -12,7 +12,7 @@ matrix:
1212
include:
1313
- os: osx
1414
language: node_js
15-
node_js: "8"
15+
node_js: "12"
1616
- os: linux
1717
language: generic
1818

@@ -29,7 +29,7 @@ script:
2929
- |
3030
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
3131
docker run --rm -ti \
32-
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_') \
32+
-e GH_TOKEN=$GH_TOKEN \
3333
--env ELECTRON_CACHE="/root/.cache/electron" \
3434
--env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" \
3535
-v ${PWD}:/project \

0 commit comments

Comments
 (0)