diff --git a/.travis.yml b/.travis.yml index 1522cea74..30ab53bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,7 @@ matrix: # electron Linux - os: linux 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 addons: apt: @@ -143,6 +143,9 @@ matrix: sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ] packages: [ 'clang-3.5'] # electron MacOs + - os: osx + compiler: clang + env: NODE_VERSION="6" ELECTRON_VERSION="3.0.6" - os: osx compiler: clang env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1" diff --git a/appveyor.yml b/appveyor.yml index 43ceb89f1..060ee95e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,12 +34,12 @@ environment: - nodejs_version: 10 platform: x64 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 - nodejs_version: 10 platform: x86 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 - nodejs_version: 8 platform: x64