aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-05-24 09:46:33 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-05-28 14:16:08 -0300
commit0e8089c20e43e92e9351a71e92396b83faf23632 (patch)
tree3c8544c9c5f8bc4f48eea9f234e132a71206bd8a /appveyor.yml
parent4ac4aad3bf7e37c6e1467f1885036850f903d70c (diff)
downloadluarocks-0e8089c20e43e92e9351a71e92396b83faf23632.tar.gz
luarocks-0e8089c20e43e92e9351a71e92396b83faf23632.tar.bz2
luarocks-0e8089c20e43e92e9351a71e92396b83faf23632.zip
Make the mock server run on Windows
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 87e49122..33d1033b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -46,7 +46,7 @@ build_script:
46 - luarocks install cluacov 1> NUL 2> NUL 46 - luarocks install cluacov 1> NUL 2> NUL
47 47
48test_script: 48test_script:
49 - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,mock -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% 49 - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER%
50 50
51after_test: 51after_test:
52 - pip install codecov 52 - pip install codecov