From 0613a1bb082731f8f2eda1b5ba648793d215f722 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Tue, 15 Oct 2019 15:16:08 +0530 Subject: [PATCH] test: temporarily disable pr builds ref: https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 955d393..8e528a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: