Skip to content

Commit 72b370c

Browse files
authored
add electron 3.0 for darwin
1 parent c191e61 commit 72b370c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.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"

0 commit comments

Comments
 (0)