Unverified Commit 72b370ca by Kewde Committed by GitHub

add electron 3.0 for darwin

parent c191e61e
...@@ -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
......
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