Skip to content

Commit 3430a2d

Browse files
authored
Merge pull request TryGhost#1021 from kewde/patch-2
test electron 3.0.0
2 parents 830275e + 6d22d94 commit 3430a2d

2 files changed

Lines changed: 18 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', 'libstdc++-4.9-dev']
111119
- os: linux
112120
compiler: clang
113121
env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1"

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ environment:
3131
- nodejs_version: 10
3232
platform: x86
3333
# electron
34+
- nodejs_version: 10
35+
platform: x64
36+
NODE_RUNTIME: electron
37+
NODE_RUNTIME_VERSION: 3.0.0-beta.1
38+
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
39+
- nodejs_version: 10
40+
platform: x86
41+
NODE_RUNTIME: electron
42+
NODE_RUNTIME_VERSION: 3.0.0-beta.1
43+
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
3444
- nodejs_version: 8
3545
platform: x64
3646
NODE_RUNTIME: electron

0 commit comments

Comments
 (0)