Squelch git warning on Travis

This commit is contained in:
Ben Alpert
2015-03-30 11:25:55 -07:00
parent 76805fdfda
commit 835fc3d0fb
+1 -1
View File
@@ -37,7 +37,7 @@ script:
if ! git diff-index --quiet HEAD --; then
git add -A .
git commit -m "Rebuild website"
git push
git push origin gh-pages
fi
popd
fi