From 2dc0a68c941d883753b2d6715921a8952f95204b Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 30 Mar 2018 15:22:09 -0300 Subject: Tests: run our own local git-daemon repository for git tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c4803b52..38fed55f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,8 +66,8 @@ script: - lua -v - ./configure --with-lua=lua_install - ./makedist scm - - busted -o gtest --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" - - busted -o gtest --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" + - 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" after_success: - luacov -c $TRAVIS_BUILD_DIR/testrun/luacov.config -- cgit v1.2.3-55-g6feb