diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3b60fd9a..0314d4c3 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -55,7 +55,8 @@ build_script: | |||
55 | - luarocks install cluacov 1> NUL 2> NUL | 55 | - luarocks install cluacov 1> NUL 2> NUL |
56 | 56 | ||
57 | test_script: | 57 | test_script: |
58 | - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% %FILES% | 58 | - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,integration -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% %FILES% |
59 | - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,unit -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% %FILES% | ||
59 | 60 | ||
60 | after_test: | 61 | after_test: |
61 | - pip install codecov | 62 | - pip install codecov |