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:
parent
2217306ca1
commit
963e8e7180
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user