From 0373f6ddb0ed8a2adba1574e72ff7fc0e24a6da7 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 18 Feb 2020 18:15:02 -0500 Subject: [PATCH] ci: soft-disable Travis and AppVeyor --- appveyor.yml | 3 ++- ci/script.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 15350c9a..970b9431 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,8 @@ build: false # Equivalent to Travis' `script` phase test_script: - - cargo test --verbose --all --features pcre2 + - echo done + # - cargo test --verbose --all --features pcre2 before_deploy: # Generate artifacts for release diff --git a/ci/script.sh b/ci/script.sh index 523731d7..af90582e 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -1,5 +1,7 @@ #!/bin/bash +exit 0 + # build, test and generate docs in this phase set -ex