From ece2977726e3a6f1b8a67d98cd896a3d4ce33310 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 29 Jul 2016 10:03:10 -0700 Subject: [PATCH] Have travis use a newer image for the OSX build 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 7d937dfb22870..f3a7a8007ab9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,19 +7,14 @@ node_js: sudo: false -os: - - linux - - osx - matrix: fast_finish: true - exclude: - - os: osx - node_js: '4' + include: - os: osx - node_js: '0.10' + node_js: stable + osx_image: xcode7.3 branches: only: - master - - transforms \ No newline at end of file + - transforms