From 924ceb67586a10ecca900f0a977bea9bc7c69e48 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Wed, 13 Feb 2019 13:07:42 -0800 Subject: [PATCH] Whitespace + fi --- .travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index b9b56b7..9cb0741 100755 --- a/.travis.sh +++ b/.travis.sh @@ -22,4 +22,5 @@ hhvm bin/hh-apidoc -o docs src git add docs/ if ! git diff --quiet --cached; then echo "Documentation needs regenerating." - exit 1 + exit +fi