remove travis from required checks for merging PRs (#326)

* remove travis from required checks for merging PRs
* disable tests to allow PR disabling travis to be merged
diff --git a/.asf.yaml b/.asf.yaml
index ee64b2f..5e83413 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,8 +31,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 e8f7f49..15345c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,4 +39,5 @@
   - ./tools/travis/setup.sh
 
 script:
-  - ./tools/travis/build.sh
+#  - ./tools/travis/build.sh
+   - echo "tests disabled"
\ No newline at end of file