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
diff --git a/.asf.yaml b/.asf.yaml
index f385062..e1f3a4d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,8 +32,6 @@
     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 @@
   - ${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