3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-26 04:32:51 +01:00

travis: rm skip_upload_docs rule

This doesn't seem to do anything useful?
This commit is contained in:
James Lu 2017-06-06 13:06:58 -07:00
parent 2217306ca1
commit 963e8e7180

View File

@ -27,7 +27,5 @@ deploy:
condition: $(python3 -c 'import re,os; print(bool(re.match(r"^(\d+\.){2,}\d+$", os.environ.get("TRAVIS_TAG", ""))))') == "True" condition: $(python3 -c 'import re,os; print(bool(re.match(r"^(\d+\.){2,}\d+$", os.environ.get("TRAVIS_TAG", ""))))') == "True"
python: '3.6' python: '3.6'
skip_upload_docs: true
notifications: notifications:
email: false email: false