diff options
author | chriseth <chris@ethereum.org> | 2016-10-05 04:44:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 04:44:26 +0800 |
commit | a2b29d00962a7ddc3484c8409a6a93a1be3999e9 (patch) | |
tree | 720e485151936e7291eea4f7576c2a2d28fb7db4 | |
parent | 3a363ad62d44ec8f8f73a2ff6fa27ac52c45af31 (diff) | |
parent | ff22715e411309d5695c6c6d32733ebfaf08fcb6 (diff) | |
download | dexon-solidity-a2b29d00962a7ddc3484c8409a6a93a1be3999e9.tar.gz dexon-solidity-a2b29d00962a7ddc3484c8409a6a93a1be3999e9.tar.zst dexon-solidity-a2b29d00962a7ddc3484c8409a6a93a1be3999e9.zip |
Merge pull request #1146 from ethereum/chriseth-patch-1
Disable macos for now.
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 33693eca..1f35a509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,10 +84,11 @@ matrix: # OS X Mavericks (10.9) # https://en.wikipedia.org/wiki/OS_X_Mavericks # - - os: osx - osx_image: beta-xcode6.2 - env: - - ZIP_SUFFIX=osx-mavericks +# Disabled because of problems on travis. +# - os: osx +# osx_image: beta-xcode6.2 +# env: +# - ZIP_SUFFIX=osx-mavericks # OS X Yosemite (10.10) # https://en.wikipedia.org/wiki/OS_X_Yosemite |