Skip to content

Commit

Permalink
Merge pull request #1390 from bsipocz/nodeploy_on_cron
Browse files Browse the repository at this point in the history
The deploy job should not even come up for cron runs
  • Loading branch information
bsipocz committed Mar 19, 2019
2 parents cb53247 + 1b77235 commit c337e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ stages:
if: type = cron
- name: Tests with other Python/Numpy versions
- name: Deploy
if: ((branch = master) AND type != pull_request)
if: ((branch = master) AND type != pull_request AND type != cron)
- name: Remote data tests
if: type != pull_request

Expand Down

0 comments on commit c337e2d

Please sign in to comment.