aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-04-29 10:03:11 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-29 09:03:11 -0500
commitbc081087c8d079597787ad0b36245a03de346681 (patch)
tree3526156ea94b7ac3a5f22d5c4a2e1923505b0e84 /.travis.yml
parent2a5eddcc7a62f770310ab71dbdf8a0419e9678df (diff)
downloadcryptography-bc081087c8d079597787ad0b36245a03de346681.tar.gz
cryptography-bc081087c8d079597787ad0b36245a03de346681.tar.bz2
cryptography-bc081087c8d079597787ad0b36245a03de346681.zip
Run linkcheck builds when the commit message mentions linkcheck (#4862)
* Run linkcheck builds when the commit message mentions linkcheck * syntax fix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ed400eb9..760f97b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,7 +114,7 @@ matrix:
- python: 2.7
services: docker
env: TOXENV=docs-linkcheck DOCKER=pyca/cryptography-runner-buster
- if: branch = master AND type != pull_request
+ if: (branch = master AND type != pull_request) OR commit_message =~ /linkcheck/
- python: 3.4
env: TOXENV=pep8