ci: Don't deploy docs if $TARGET is set (#762)

This commit is contained in:
Carl Lerche
2018-11-19 21:22:28 -08:00
committed by GitHub
parent bb6cca8ff0
commit 477fa5580a
+1 -1
View File
@@ -102,7 +102,7 @@ deploy:
branch: master
repo: tokio-rs/tokio
rust: stable
condition: $TRAVIS_OS_NAME = linux
condition: $TRAVIS_OS_NAME = "linux" && $TARGET = ""
env:
global: