We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f29d80 commit da5bad2Copy full SHA for da5bad2
.travis.yml
@@ -1,5 +1,5 @@
1
-# we only CI the master, release branches, tags and PRs
2
-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
3
4
language: python
5
# cache package wheels (1 cache per python version)
0 commit comments