aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-23 23:21:21 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-24 20:31:39 +1000
commit7a279bd94b5c4435aeddd9851d823b9891b50799 (patch)
tree008c4bba282b1ec9557057688ae2df85d51ce285
parentd07a45c15127fbcb25ec87dbc356f98b6629fa21 (diff)
downloadwix-7a279bd94b5c4435aeddd9851d823b9891b50799.tar.gz
wix-7a279bd94b5c4435aeddd9851d823b9891b50799.tar.bz2
wix-7a279bd94b5c4435aeddd9851d823b9891b50799.zip
Turn tests off in appveyor.yml since they're run in appveyor.cmd
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7c686b04..e4d25586 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,6 +21,8 @@ environment:
21build_script: 21build_script:
22 - appveyor.cmd 22 - appveyor.cmd
23 23
24test: off
25
24pull_requests: 26pull_requests:
25 do_not_increment_build_number: true 27 do_not_increment_build_number: true
26 28