aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Colvin <greg@colvin.org>2016-08-07 08:40:09 +0800
committerGitHub <noreply@github.com>2016-08-07 08:40:09 +0800
commitf7af7de196490231edba6349c81fe2456249909c (patch)
treeb9e24eff88c527edec92e5bf7897093439aae2e2
parente3c1bf738522922036d9332cd9d7006b1f009ef9 (diff)
parentf7fcbc5ccf96f194dc5cbe53cccb4aa8ec8b8477 (diff)
downloaddexon-solidity-f7af7de196490231edba6349c81fe2456249909c.tar.gz
dexon-solidity-f7af7de196490231edba6349c81fe2456249909c.tar.zst
dexon-solidity-f7af7de196490231edba6349c81fe2456249909c.zip
Merge pull request #829 from bobsummerwill/xcode8
Added xcode8 support to TravisCI
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
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