Skip to content

Commit

Permalink
Don't wait for tests before triggering mypyc wheel build (#5812)
Browse files Browse the repository at this point in the history
Triggering a build of mypy_mypyc wheels for a broken revision is not
actually a big deal, and waiting for the tests before starting to
build the wheels unnecessarily lengthens the critical path to
deploying a new version.
  • Loading branch information
msullivan authored Oct 19, 2018
1 parent 39f924b commit a7f0263
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- TOXENV=lint
- EXTRA_ARGS=
- name: "trigger a build of wheels"
stage: deploy
python: 3.7
script: if [[ $TRAVIS_BRANCH = "master" && $TRAVIS_PULL_REQUEST = "false" ]]; then ./misc/trigger_wheel_build.sh; fi

Expand Down

0 comments on commit a7f0263

Please sign in to comment.