Skip to content

Commit 663410b

Browse files
authored
electron osx builds
1 parent d325af5 commit 663410b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,22 @@ matrix:
144144
apt:
145145
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
146146
packages: [ 'clang-3.5']
147+
# electron MacOs
148+
- os: osx
149+
compiler: clang
150+
env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1"
151+
- os: osx
152+
compiler: clang
153+
env: NODE_VERSION="6" ELECTRON_VERSION="1.8.4"
154+
- os: osx
155+
compiler: clang
156+
env: NODE_VERSION="6" ELECTRON_VERSION="1.7.12"
157+
- os: osx
158+
compiler: clang
159+
env: NODE_VERSION="6" ELECTRON_VERSION="1.6.2"
160+
- os: osx
161+
compiler: clang
162+
env: NODE_VERSION="6" ELECTRON_VERSION="1.3.14"
147163

148164
env:
149165
global:

0 commit comments

Comments
 (0)