Skip to content

Commit

Permalink
Update Travis config to build on node 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 8, 2016
1 parent 803943b commit e8fcdeb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ git:
notifications:
email: false

language: cpp
compiler: clang
language: node_js
node_js:
- "4"
os:
- linux
- osx
env:
- TARGET_ARCH=x64
osx_image: xcode7
osx_image: xcode7.3

matrix:
include:
Expand Down

0 comments on commit e8fcdeb

Please sign in to comment.