Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line committed Apr 7, 2019
1 parent 6f1ece7 commit 89b66b7
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 @@ -77,7 +77,7 @@ script:
fi
- |
if [ "$TRAVIS_RUST_VERSION" = stable ] && [ -n "RUN_RELEASE_BUILD" ]; then
if [ "$TRAVIS_RUST_VERSION" = stable ] && [ -n "$RUN_RELEASE_BUILD" ]; then
DO_DEPLOY=1
fi
Expand Down

0 comments on commit 89b66b7

Please sign in to comment.