mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
ci: Don't deploy docs if $TARGET is set (#762)
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ deploy:
|
|||||||
branch: master
|
branch: master
|
||||||
repo: tokio-rs/tokio
|
repo: tokio-rs/tokio
|
||||||
rust: stable
|
rust: stable
|
||||||
condition: $TRAVIS_OS_NAME = linux
|
condition: $TRAVIS_OS_NAME = "linux" && $TARGET = ""
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|||||||
Reference in New Issue
Block a user