diff --git a/.travis.yml b/.travis.yml index cf984fc2..709a5623 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"