Skip to content

Commit 321455e

Browse files
authored
Merge pull request #1071 from mapbox/macos-electron-3
add electron 3.0
2 parents c191e61 + 7988127 commit 321455e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ matrix:
100100
# electron Linux
101101
- os: linux
102102
compiler: clang
103-
env: NODE_VERSION="6" ELECTRON_VERSION="3.0.0-beta.1"
103+
env: NODE_VERSION="6" ELECTRON_VERSION="3.0.6"
104104
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
105105
addons:
106106
apt:
@@ -143,6 +143,9 @@ matrix:
143143
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
144144
packages: [ 'clang-3.5']
145145
# electron MacOs
146+
- os: osx
147+
compiler: clang
148+
env: NODE_VERSION="6" ELECTRON_VERSION="3.0.6"
146149
- os: osx
147150
compiler: clang
148151
env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1"

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ environment:
3434
- nodejs_version: 10
3535
platform: x64
3636
NODE_RUNTIME: electron
37-
NODE_RUNTIME_VERSION: 3.0.0-beta.1
37+
NODE_RUNTIME_VERSION: 3.0.6
3838
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
3939
- nodejs_version: 10
4040
platform: x86
4141
NODE_RUNTIME: electron
42-
NODE_RUNTIME_VERSION: 3.0.0-beta.1
42+
NODE_RUNTIME_VERSION: 3.0.6
4343
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
4444
- nodejs_version: 8
4545
platform: x64

0 commit comments

Comments
 (0)