Skip to content

Commit

Permalink
Fix Travis docs deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
aldanor committed Mar 12, 2019
1 parent 082557a commit 6d21340
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,4 @@ deploy:
local-dir: target/doc
on:
branch: master
os: linux
condition: $TRAVIS_RUST_VERSION == "stable"
condition: "$TRAVIS_RUST_VERSION = stable && $TRAVIS_OS_NAME = linux"

0 comments on commit 6d21340

Please sign in to comment.