mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 04:06:16 +02:00
fix: use posix-friendly logical and in docs script
This commit is contained in:
parent
e863adcf9f
commit
be40bb5890
@ -8,7 +8,7 @@ set -e
|
||||
|
||||
echo "Branch: $TRAVIS_BRANCH Pull request: $TRAVIS_PULL_REQUEST"
|
||||
|
||||
if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
echo "Building docs for deployment."
|
||||
cargo doc --document-private-items
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user