From a50fb1c894f7985bb71edf8d0ce60ef4f350b745 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 15 Dec 2016 14:40:27 -0500 Subject: [PATCH] Skip upload docs as it's deprecated anyway --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0c33b1c..13ebb8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,4 @@ deploy: user: jaraco # supply password with `travis encrypt --add deploy.password` distributions: dists + skip_upload_docs: true