Don't deploy in cron jobs

This commit is contained in:
konstin 2018-06-12 14:36:34 +02:00
parent 54b09c704b
commit 7fbe13d97f
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ deploy:
script: ./ci/travis/cover.sh
on:
branch: master
condition: $TRAVIS_EVENT_TYPE != "cron"
- provider: script
skip_cleanup: true
script: ./ci/travis/guide.sh
@ -63,3 +64,4 @@ deploy:
branch: master
repo: PyO3/pyo3
python: 3.6
condition: $TRAVIS_EVENT_TYPE != "cron"