Browse Source

Update Travis config to build on node 4.5.0

Kevin Sawicki 8 years ago
parent
commit
e8fcdebf6d
1 changed files with 4 additions and 3 deletions
  1. 4 3
      .travis.yml

+ 4 - 3
.travis.yml

@@ -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: