2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-22 09:57:10 +00:00

test: temporarily disable pr builds

ref: https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
This commit is contained in:
Mohammed Sohail 2019-10-15 15:16:08 +05:30
parent 7feb88464d
commit 0613a1bb08
No known key found for this signature in database
GPG Key ID: 7DD45520C01CD85D

View File

@ -6,9 +6,12 @@ node_js:
- "8"
- "7"
- "6"
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./travis/run_on_non_pull_requests; fi'
#
# create required bash scripts to run builds on pull requests in the future
#
#script:
# - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; fi'
# - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./travis/run_on_non_pull_requests; fi'
after_success:
- bash <(curl -s https://codecov.io/bash)
cache: