From f7fcbc5ccf96f194dc5cbe53cccb4aa8ec8b8477 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Sat, 6 Aug 2016 01:42:21 -0700 Subject: Added xcode8 support to TravisCI This TravisCI profile will be the basis of macOS Sierra support. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index d06ef3fe..c476c154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,13 @@ matrix: # See https://github.com/ethereum/webthree-umbrella/issues/565 - TRAVIS_BUILD_TYPE=Debug - ZIP_SUFFIX=osx-elcapitan + - os: osx + osx_image: xcode8 + env: + # Look like "The Heisenbug" is occurring here too, so we'll do the same workaround. + # See https://travis-ci.org/ethereum/solidity/jobs/150240930 + - TRAVIS_BUILD_TYPE=Debug + - ZIP_SUFFIX=macos-sierra git: depth: 2 -- cgit