Unverified Commit 321455e9 by Kewde Committed by GitHub

Merge pull request #1071 from mapbox/macos-electron-3

add electron 3.0
parents c191e61e 79881270
...@@ -100,7 +100,7 @@ matrix: ...@@ -100,7 +100,7 @@ matrix:
# electron Linux # electron Linux
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="3.0.0-beta.1" env: NODE_VERSION="6" ELECTRON_VERSION="3.0.6"
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
addons: addons:
apt: apt:
...@@ -145,6 +145,9 @@ matrix: ...@@ -145,6 +145,9 @@ matrix:
# electron MacOs # electron MacOs
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="3.0.6"
- os: osx
compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1" env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1"
- os: osx - os: osx
compiler: clang compiler: clang
......
...@@ -34,12 +34,12 @@ environment: ...@@ -34,12 +34,12 @@ environment:
- nodejs_version: 10 - nodejs_version: 10
platform: x64 platform: x64
NODE_RUNTIME: electron NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 3.0.0-beta.1 NODE_RUNTIME_VERSION: 3.0.6
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10 - nodejs_version: 10
platform: x86 platform: x86
NODE_RUNTIME: electron NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 3.0.0-beta.1 NODE_RUNTIME_VERSION: 3.0.6
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 8 - nodejs_version: 8
platform: x64 platform: x64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment