Skip to content

Commit

Permalink
Disable travis osx build temporarily (Qiskit#374)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
diego-plan9 authored Mar 28, 2018
1 parent bc7eef1 commit 01e82fb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
###########################################################################
Expand All @@ -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"

0 comments on commit 01e82fb

Please sign in to comment.