From c626f0414fa0455eec379afb7347ea0221257e5e Mon Sep 17 00:00:00 2001 From: Albin Ekblom Date: Sat, 3 Jun 2017 02:04:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B9=20Update=20travis=20node=20(#1900)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dec0e30e..32f23d0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ language: node_js matrix: include: - os: osx - node_js: 6 + node_js: 7.4 - os: linux - node_js: 6 + node_js: 7.4 env: CC=clang CXX=clang++ npm_config_clang=1 compiler: clang