We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07a4ef commit 14e2fc8Copy full SHA for 14e2fc8
.travis.yml
@@ -11,7 +11,7 @@ before_script:
11
LATEST=$(cargo search mdbook | grep "^mdbook =" | cut -d '"' -f 2)
12
INSTALLED=$(cargo install --list | grep "^mdbook " | cut -d v -f 2 | tr -d :)
13
if [ "$INSTALLED" != "$LATEST" ]; then
14
- if [ "INSTALLED" != "" ]; then
+ if [ "$INSTALLED" != "" ]; then
15
echo "mdbook '$INSTALLED' is already installed"
16
fi
17
echo "Installing mdbook '$LATEST'"
0 commit comments