From 2c156ed8f3ace16a33cdf4333fb1c01f23c8b429 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 29 Jul 2016 14:43:11 -0700 Subject: [PATCH] Have travis use a newer image for the OSX build (#10034) Suggested by travis support for stopping the randomly-halting-builds issue. --- .travis.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d937dfb228..f3a7a8007ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,19 +7,14 @@ node_js: sudo: false -os: - - linux - - osx - matrix: fast_finish: true - exclude: + include: - os: osx - node_js: '4' - - os: osx - node_js: '0.10' + node_js: stable + osx_image: xcode7.3 branches: only: - master - - transforms \ No newline at end of file + - transforms