summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-11-19 21:22:28 -0800
committerGitHub <noreply@github.com>2018-11-19 21:22:28 -0800
commit477fa5580aa3796f97e3e0eb1325d4690b3b4e96 (patch)
tree2fdb5fc7af79439090cd159c607cf67a5f7a07a9
parentbb6cca8ff0bd8ee3b9998cf2b0df58800eee39ae (diff)
ci: Don't deploy docs if $TARGET is set (#762)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5083c6fa..4b6a3ca4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: