Skip to content

Commit 62624f0

Browse files
authored
add electron 2.0.1
1 parent 534bc4b commit 62624f0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ matrix:
9595
compiler: clang
9696
env: NODE_VERSION="4" # node abi 46
9797
# electron Linux
98+
- os: linux
99+
compiler: clang
100+
env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1"
101+
addons:
102+
apt:
103+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
104+
packages: [ 'clang-3.5']
98105
- os: linux
99106
compiler: clang
100107
env: NODE_VERSION="6" ELECTRON_VERSION="1.8.4"

0 commit comments

Comments
 (0)