aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-06-01 00:35:48 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-04 15:41:51 -0300
commitb7d5fa4caeddb73ef1a423665da9b562e16b8817 (patch)
tree4368a654304f8c784beb4df2465cbb19a3a628ce /.travis.yml
parent4e8c650d7daac769f9af843b1578dd2521318972 (diff)
downloadluarocks-b7d5fa4caeddb73ef1a423665da9b562e16b8817.tar.gz
luarocks-b7d5fa4caeddb73ef1a423665da9b562e16b8817.tar.bz2
luarocks-b7d5fa4caeddb73ef1a423665da9b562e16b8817.zip
Run unit tests before integration tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 38fed55f..4a94052c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,8 +66,10 @@ script:
66 - lua -v 66 - lua -v
67 - ./configure --with-lua=lua_install 67 - ./configure --with-lua=lua_install
68 - ./makedist scm 68 - ./makedist scm
69 - busted -o gtest --exclude-tags=git --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" 69 - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis"
70 - busted -o gtest --exclude-tags=git --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" 70 - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full"
71 - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis"
72 - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full"
71 73
72after_success: 74after_success:
73 - luacov -c $TRAVIS_BUILD_DIR/testrun/luacov.config 75 - luacov -c $TRAVIS_BUILD_DIR/testrun/luacov.config