mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
ci: soft-disable Travis and AppVeyor
This commit is contained in:
parent
b44554c803
commit
0373f6ddb0
@ -50,7 +50,8 @@ build: false
|
|||||||
|
|
||||||
# Equivalent to Travis' `script` phase
|
# Equivalent to Travis' `script` phase
|
||||||
test_script:
|
test_script:
|
||||||
- cargo test --verbose --all --features pcre2
|
- echo done
|
||||||
|
# - cargo test --verbose --all --features pcre2
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
# Generate artifacts for release
|
# Generate artifacts for release
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
||||||
# build, test and generate docs in this phase
|
# build, test and generate docs in this phase
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user