Skip to content

Commit 6d21340

Browse files
committed
Fix Travis docs deploy condition
1 parent 082557a commit 6d21340

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,4 @@ deploy:
118118
local-dir: target/doc
119119
on:
120120
branch: master
121-
os: linux
122-
condition: $TRAVIS_RUST_VERSION == "stable"
121+
condition: "$TRAVIS_RUST_VERSION = stable && $TRAVIS_OS_NAME = linux"

0 commit comments

Comments
 (0)