Disable travis osx build temporarily (#374)

Temporarily disable the osx build on Travis, as they are having a
backlog that might take some time to recover:
https://www.traviscistatus.com/incidents/qkqy13yk55q9
This commit is contained in:
Diego M. Rodríguez 2018-03-28 14:40:06 +02:00 committed by GitHub
parent c071ab57ff
commit 2641dffdc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -145,8 +145,8 @@ jobs:
python: 3.6
# OSX, Python 3.latest (brew does not support versioning)
- stage: test
<<: *stage_osx
# - stage: test
# <<: *stage_osx
# "deploy" stage.
###########################################################################
@ -168,11 +168,11 @@ jobs:
<<: *deploy_pypi
# OSX, Python 3.latest (brew does not support versions)
- stage: deploy doc and pypi
<<: *stage_osx
if: branch = stable and repo = QISKit/qiskit-sdk-py and type = push
install: mkdir out && cd out && cmake $CMAKE_FLAGS ..
script: cd ..
deploy:
<<: *deploy_pypi
distributions: "bdist_wheel"
# - stage: deploy doc and pypi
# <<: *stage_osx
# if: branch = stable and repo = QISKit/qiskit-sdk-py and type = push
# install: mkdir out && cd out && cmake $CMAKE_FLAGS ..
# script: cd ..
# deploy:
# <<: *deploy_pypi
# distributions: "bdist_wheel"