From 2f15dfbd5b49ef44bc61ab8e614a48a9579d2420 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 30 Oct 2018 04:53:33 +0800 Subject: move linkcheck to travis (#4544) * move linkcheck to travis only run it on master merges just like we do on jenkins * don't build for a PR --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 87edf435..5b8bbbbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -138,6 +138,10 @@ matrix: # urllib3 tests fail on xenial for whatever reason dist: trusty sudo: false + - python: 2.7 + services: docker + env: TOXENV=docs-linkcheck DOCKER=pyca/cryptography-runner-buster + if: branch = master AND type != pull_request install: - ./.travis/install.sh -- cgit v1.2.3