Skip to content

Commit 25def8d

Browse files
authored
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
1 parent 37fe643 commit 25def8d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.asf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ github:
3232
master:
3333
required_status_checks:
3434
strict: false
35-
contexts:
36-
- "Travis CI - Pull Request"
3735
required_pull_request_reviews:
3836
required_appoving_review_count: 1
3937
required_signatures: false

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ before_install:
3939
- ${TOOL}/.travis/setup.sh
4040

4141
script:
42-
- ./tools/travis/scancode.sh && ${TOOL}/.travis/build.sh
42+
# - ./tools/travis/scancode.sh && ${TOOL}/.travis/build.sh
43+
- ./tools/travis/scancode.sh

0 commit comments

Comments
 (0)