Skip to content

Commit

Permalink
ci: Don't deploy docs if $TARGET is set (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Nov 20, 2018
1 parent bb6cca8 commit 477fa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 477fa55

Please sign in to comment.