From b7d5fa4caeddb73ef1a423665da9b562e16b8817 Mon Sep 17 00:00:00 2001 From: George Roman Date: Fri, 1 Jun 2018 00:35:48 +0300 Subject: Run unit tests before integration tests --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 38fed55f..4a94052c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,8 +66,10 @@ script: - lua -v - ./configure --with-lua=lua_install - ./makedist scm - - busted -o gtest --exclude-tags=git --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" - - busted -o gtest --exclude-tags=git --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" + - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" + - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" + - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" + - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" after_success: - luacov -c $TRAVIS_BUILD_DIR/testrun/luacov.config -- cgit v1.2.3-55-g6feb