Disable macos.

This commit is contained in:
chriseth 2016-08-26 00:06:27 +02:00
parent f329d5e772
commit 218c56936c

View File

@ -47,6 +47,13 @@ matrix:
env: env:
- ZIP_SUFFIX=ubuntu-trusty - ZIP_SUFFIX=ubuntu-trusty
- os: linux
dist: trusty
sudo: required
compiler: clang
env:
- ZIP_SUFFIX=ubuntu-trusty-clang
# Documentation target, which generates documentation using Phoenix / ReadTheDocs. # Documentation target, which generates documentation using Phoenix / ReadTheDocs.
- os: linux - os: linux
dist: trusty dist: trusty
@ -77,49 +84,50 @@ matrix:
# OS X Mavericks (10.9) # OS X Mavericks (10.9)
# https://en.wikipedia.org/wiki/OS_X_Mavericks # https://en.wikipedia.org/wiki/OS_X_Mavericks
# #
- os: osx # - os: osx
osx_image: beta-xcode6.2 # osx_image: beta-xcode6.2
env: # env:
- ZIP_SUFFIX=osx-mavericks # - ZIP_SUFFIX=osx-mavericks
# OS X Yosemite (10.10) # OS X Yosemite (10.10)
# https://en.wikipedia.org/wiki/OS_X_Yosemite # https://en.wikipedia.org/wiki/OS_X_Yosemite
# #
- os: osx # - os: osx
osx_image: xcode7.1 # osx_image: xcode7.1
env: # env:
# Workaround for "macOS - Yosemite, El Capitan and Sierra hanging?" # # Workaround for "macOS - Yosemite, El Capitan and Sierra hanging?"
# https://github.com/ethereum/solidity/issues/894 # # https://github.com/ethereum/solidity/issues/894
- TRAVIS_TESTS=Off # - TRAVIS_TESTS=Off
- ZIP_SUFFIX=osx-yosemite # - ZIP_SUFFIX=osx-yosemite
# OS X El Capitan (10.11) # OS X El Capitan (10.11)
# https://en.wikipedia.org/wiki/OS_X_El_Capitan # https://en.wikipedia.org/wiki/OS_X_El_Capitan
# #
- os: osx # - os: osx
osx_image: xcode7.3 # osx_image: xcode7.3
env: # env:
# The use of Debug config here ONLY for El Capitan is a workaround for "The Heisenbug" # # The use of Debug config here ONLY for El Capitan is a workaround for "The Heisenbug"
# See https://github.com/ethereum/webthree-umbrella/issues/565 # # See https://github.com/ethereum/webthree-umbrella/issues/565
- TRAVIS_BUILD_TYPE=Debug # - TRAVIS_BUILD_TYPE=Debug
# Workaround for "macOS - Yosemite, El Capitan and Sierra hanging?" # # Workaround for "macOS - Yosemite, El Capitan and Sierra hanging?"
# https://github.com/ethereum/solidity/issues/894 # # https://github.com/ethereum/solidity/issues/894
- TRAVIS_TESTS=Off # - TRAVIS_TESTS=Off
- ZIP_SUFFIX=osx-elcapitan # - ZIP_SUFFIX=osx-elcapitan
# macOS Sierra (10.12) # macOS Sierra (10.12)
# https://en.wikipedia.org/wiki/MacOS_Sierra # https://en.wikipedia.org/wiki/MacOS_Sierra
# #
- os: osx # - os: osx
osx_image: xcode8 # osx_image: xcode8
env: # env:
# Look like "The Heisenbug" is occurring here too, so we'll do the same workaround. # # Look like "The Heisenbug" is occurring here too, so we'll do the same workaround.
# See https://travis-ci.org/ethereum/solidity/jobs/150240930 # # See https://travis-ci.org/ethereum/solidity/jobs/150240930
- TRAVIS_BUILD_TYPE=Debug # - TRAVIS_BUILD_TYPE=Debug
# Workaround for "macOS - Yosemite, El Capitan and Sierra hanging?" # # Workaround for "macOS - Yosemite, El Capitan and Sierra hanging?"
# https://github.com/ethereum/solidity/issues/894 # # https://github.com/ethereum/solidity/issues/894
- TRAVIS_TESTS=Off # - TRAVIS_TESTS=Off
- ZIP_SUFFIX=macos-sierra # - ZIP_SUFFIX=macos-sierra
git: git:
depth: 2 depth: 2