diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 10:18:53 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:46:50 +1000 |
commit | 255da01fd31796cbdf6ea33ffb313d77cfd62a7a (patch) | |
tree | b534ed897c982fbf6577c81d310a2cf112ee124e /appveyor.yml | |
parent | 0185c2ea6e638dc7e1c5224739717ba2152bb510 (diff) | |
download | wix-255da01fd31796cbdf6ea33ffb313d77cfd62a7a.tar.gz wix-255da01fd31796cbdf6ea33ffb313d77cfd62a7a.tar.bz2 wix-255da01fd31796cbdf6ea33ffb313d77cfd62a7a.zip |
Turn tests off in appveyor.yml since they're run in appveyor.cmd
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 522e5af3..f602d07c 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -21,6 +21,8 @@ environment: | |||
21 | build_script: | 21 | build_script: |
22 | - appveyor.cmd | 22 | - appveyor.cmd |
23 | 23 | ||
24 | test: off | ||
25 | |||
24 | pull_requests: | 26 | pull_requests: |
25 | do_not_increment_build_number: true | 27 | do_not_increment_build_number: true |
26 | 28 | ||