diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-20 12:00:00 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-20 12:01:51 -0700 |
commit | b3a60d6117c6ea69044e93c896b4456e9b1a03f0 (patch) | |
tree | 29cd031570f5e3b20b0d942631821d63d2804eb9 | |
parent | 5d19bfbf7c509dcb5461b0779f511b3b434b638b (diff) | |
download | wix-b3a60d6117c6ea69044e93c896b4456e9b1a03f0.tar.gz wix-b3a60d6117c6ea69044e93c896b4456e9b1a03f0.tar.bz2 wix-b3a60d6117c6ea69044e93c896b4456e9b1a03f0.zip |
Tests are run by appveyor.cmd
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index c53cc9cc..364569cf 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 | ||