forked from LiveCarta/PayPal-PHP-SDK
Disabled auto-groc
This commit is contained in:
@@ -11,17 +11,15 @@ git config --global user.name "Travis"
|
|||||||
git fetch; git checkout master;
|
git fetch; git checkout master;
|
||||||
|
|
||||||
# Run Docs Generation
|
# Run Docs Generation
|
||||||
cd sample; ../node_modules/groc/bin/groc **/*.php;
|
# THIS IS DISABLED BECAUSE GROC DOES NOT CREATE NEW LINE AT THE END OF FILE, WHICH RELEASINATOR WANTS.
|
||||||
|
#cd sample; ../node_modules/groc/bin/groc **/*.php;
|
||||||
# Add and Commit
|
# Add and Commit
|
||||||
git add doc; git commit -m "Updates to Sample Docs";
|
#git add doc; git commit -m "Updates to Sample Docs";
|
||||||
|
|
||||||
# Push to Master
|
# Push to Master
|
||||||
git remote add upstream https://${GH_TOKEN}@github.com/paypal/PayPal-PHP-SDK.git > /dev/null
|
#git remote add upstream https://${GH_TOKEN}@github.com/paypal/PayPal-PHP-SDK.git > /dev/null
|
||||||
git push upstream master;
|
#git push upstream master;
|
||||||
|
|
||||||
# Back to Home
|
# Back to Home
|
||||||
cd ..;
|
#cd ..;
|
||||||
|
|
||||||
# Get ApiGen.phar
|
# Get ApiGen.phar
|
||||||
wget http://www.apigen.org/apigen.phar
|
wget http://www.apigen.org/apigen.phar
|
||||||
|
|||||||
Reference in New Issue
Block a user