From 1e2828b80e3823d77be887fcbb0590d83d0ae989 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Sun, 15 Apr 2018 13:52:40 -0400 Subject: [PATCH] Update travis settings Use Node.js 9.7.0 and Xcode 9.3. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06118787cb7..ca3cdc93533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,13 @@ notifications: language: node_js node_js: - - "6" + - "9.7.0" os: - linux - osx env: - TARGET_ARCH=x64 -osx_image: xcode7.3 +osx_image: xcode9.3 script: './script/cibuild'