diff options
author | George Roman <george.roman.99@gmail.com> | 2018-05-24 09:46:33 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-28 14:16:08 -0300 |
commit | 0e8089c20e43e92e9351a71e92396b83faf23632 (patch) | |
tree | 3c8544c9c5f8bc4f48eea9f234e132a71206bd8a /appveyor.yml | |
parent | 4ac4aad3bf7e37c6e1467f1885036850f903d70c (diff) | |
download | luarocks-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.yml | 2 |
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 | ||
48 | test_script: | 48 | test_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 | ||
51 | after_test: | 51 | after_test: |
52 | - pip install codecov | 52 | - pip install codecov |