From bc081087c8d079597787ad0b36245a03de346681 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 29 Apr 2019 10:03:11 -0400 Subject: Run linkcheck builds when the commit message mentions linkcheck (#4862) * Run linkcheck builds when the commit message mentions linkcheck * syntax fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3