This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 25def8d  remove travis from required checks for merging PRs (#347)
25def8d is described below

commit 25def8d72d4716a43adf36551b80f0c93ed4ecc0
Author: David Grove <[email protected]>
AuthorDate: Wed Dec 21 16:38:37 2022 -0500

    remove travis from required checks for merging PRs (#347)
    
    * remove travis from required checks for merging PRs
    
    * disable tests to enable merging PR to disable travis
---
 .asf.yaml   | 2 --
 .travis.yml | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index f385062..e1f3a4d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,8 +32,6 @@ github:
     master:
       required_status_checks:
         strict: false
-        contexts:
-          - "Travis CI - Pull Request"
       required_pull_request_reviews:
         required_appoving_review_count: 1
       required_signatures: false
diff --git a/.travis.yml b/.travis.yml
index 34eeb3d..a0ec942 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,4 +39,5 @@ before_install:
   - ${TOOL}/.travis/setup.sh
 
 script:
-  -  ./tools/travis/scancode.sh && ${TOOL}/.travis/build.sh
+#  -  ./tools/travis/scancode.sh && ${TOOL}/.travis/build.sh
+  -  ./tools/travis/scancode.sh

Reply via email to