aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-30 04:53:33 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-10-29 16:53:33 -0400
commit2f15dfbd5b49ef44bc61ab8e614a48a9579d2420 (patch)
tree46b1c2ad98706ceb863d3ec1193a4fe4f25a012e /.travis.yml
parent983b35e7b0b76e687889f755d62c3a95dd485944 (diff)
downloadcryptography-2f15dfbd5b49ef44bc61ab8e614a48a9579d2420.tar.gz
cryptography-2f15dfbd5b49ef44bc61ab8e614a48a9579d2420.tar.bz2
cryptography-2f15dfbd5b49ef44bc61ab8e614a48a9579d2420.zip
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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