forked from LiveCarta/PayPal-PHP-SDK
Don't generate docs if it is a pull request
This commit is contained in:
@@ -19,7 +19,7 @@ script:
|
|||||||
- phpunit
|
- phpunit
|
||||||
after_success:
|
after_success:
|
||||||
- php vendor/bin/coveralls -v -c .coveralls.yml
|
- php vendor/bin/coveralls -v -c .coveralls.yml
|
||||||
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; then sh generate-api.sh; fi
|
- if [ $TRAVIS_PHP_VERSION = '5.6' ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then sh generate-api.sh; fi
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|||||||
Reference in New Issue
Block a user