Change docs to refer to travis

This commit is contained in:
Avi (Ananya) Das
2015-02-19 16:50:48 -06:00
parent 059d0319db
commit e36b0ef0e3

View File

@@ -2,7 +2,7 @@
# Get ApiGen.phar
wget http://www.apigen.org/apigen.phar
# Generate Api
# Generate SDK Docs
php apigen.phar generate --template-theme="bootstrap" -s lib -d ../gh-pages/docs
# Copy Home Page from Master Branch to Gh-Pages folder
@@ -26,5 +26,5 @@ git checkout -B gh-pages
# Push generated files
git add .
git commit -m "API updated"
git commit -m "Docs updated by Travis"
git push origin gh-pages -fq > /dev/null