Skip to content

Commit

Permalink
Allow Travis for other than python/mypy repos, e.g. contributor priva…
Browse files Browse the repository at this point in the history
…te ones (#8304)
  • Loading branch information
scop authored and Michael0x2a committed Jan 24, 2020
1 parent 5f29d80 commit da5bad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# we only CI the master, release branches, tags and PRs
if: tag IS present OR type = pull_request OR ((branch = master OR branch =~ release-*) AND type = push)
# in the python/mypy repo, we only CI the master, release branches, tags and PRs
if: tag IS present OR type = pull_request OR ((branch = master OR branch =~ release-*) AND type = push) OR repo != python/mypy

language: python
# cache package wheels (1 cache per python version)
Expand Down

0 comments on commit da5bad2

Please sign in to comment.