From e8fcdebf6d667ab87b3d7167e2338b1166355560 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 7 Sep 2016 16:46:00 -0700 Subject: [PATCH] Update Travis config to build on node 4.5.0 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75a5a26c6c71..9c2776315f3a 100644 --- a/.travis.yml +++ b/.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: