From 2641dffdc5251f8ef5e2a00e97dc55f1c9ddd766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20M=2E=20Rodr=C3=ADguez?= Date: Wed, 28 Mar 2018 14:40:06 +0200 Subject: [PATCH] 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 --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b5da544a1..b7b26fc104 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"