From 13d89bd85dd617e1aed74c8f2547014eeb57414f Mon Sep 17 00:00:00 2001 From: Albin Ekblom Date: Wed, 18 Oct 2017 23:15:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B9=20Set=20travis-node=20version=20to?= =?UTF-8?q?=20match=20electron-node=20(#2374)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc90f480..d3c8917d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: node_js matrix: include: - os: linux - node_js: 8.4.0 + node_js: 7.9.0 env: CC=clang CXX=clang++ npm_config_clang=1 compiler: clang