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