Skip to content

Commit 5a529d9

Browse files
authored
test electron 3.0.0
1 parent 0fdfafc commit 5a529d9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ matrix:
108108
compiler: clang
109109
env: NODE_VERSION="4" # node abi 46
110110
# electron Linux
111+
- os: linux
112+
compiler: clang
113+
env: NODE_VERSION="6" ELECTRON_VERSION="3.0.0-beta.1"
114+
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
115+
addons:
116+
apt:
117+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
118+
packages: [ 'clang-3.5', 'libc6']
111119
- os: linux
112120
compiler: clang
113121
env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1"

0 commit comments

Comments
 (0)