summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 266812db..645a525d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,6 +30,7 @@ test_script:
- cargo test --verbose
- cargo test --verbose --manifest-path grep/Cargo.toml
- cargo test --verbose --manifest-path globset/Cargo.toml
+ - cargo test --verbose --manifest-path ignore/Cargo.toml
before_deploy:
# Generate artifacts for release
@@ -59,7 +60,8 @@ deploy:
branches:
only:
- - appveyor
- - /\d+\.\d+\.\d+/
- except:
- master
+ # - appveyor
+ # - /\d+\.\d+\.\d+/
+ # except:
+ # - master