Commit b472d6b8 by tsufeki

Really add electron builds to travis matrix.

parent 5e26a728
...@@ -94,6 +94,14 @@ matrix: ...@@ -94,6 +94,14 @@ matrix:
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="0.10" # node abi 11 env: NODE_VERSION="0.10" # node abi 11
# electron Linux
- os: linux
compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="1.6.2"
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5']
env: env:
global: global:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment