You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/12/21 21:42:14 UTC

[openwhisk-composer] branch master updated: remove travis from required checks for merging PRs (#87)

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-composer.git


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

commit 6b933f4aae8d78c950ffd6f033a129d0522562b9
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Dec 21 16:42:09 2022 -0500

    remove travis from required checks for merging PRs (#87)
    
    * remove travis from required checks for merging PRs
    * disable tests to allow PR disabling travis to be merged
---
 .asf.yaml   | 2 --
 .travis.yml | 6 ++++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 20c45dc..0947771 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,8 +38,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 a99b4de..1286c9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@
 
 language: node_js
 node_js:
-  - 10
+  - 16
 services:
   - docker
 
@@ -35,4 +35,6 @@ env:
 before_install:
   - ./travis/scancode.sh
 before_script:
-  - ./travis/setup.sh
+#  - ./travis/setup.sh
+script:
+   - echo "tests disabled"