mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-30 21:01:59 +01: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