Update Travis config to build on node 4.5.0
This commit is contained in:
parent
803943bff8
commit
e8fcdebf6d
1 changed files with 4 additions and 3 deletions
|
@ -3,14 +3,15 @@ git:
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
language: cpp
|
language: node_js
|
||||||
compiler: clang
|
node_js:
|
||||||
|
- "4"
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
env:
|
env:
|
||||||
- TARGET_ARCH=x64
|
- TARGET_ARCH=x64
|
||||||
osx_image: xcode7
|
osx_image: xcode7.3
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue