aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e842371a..466177f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,8 +63,9 @@ install:
63 - if [ ! -f lua_install/bin/luacov ]; then luarocks install luacov; luarocks install luacov-coveralls; fi 63 - if [ ! -f lua_install/bin/luacov ]; then luarocks install luacov; luarocks install luacov-coveralls; fi
64 64
65script: 65script:
66 - busted -o gtest --verbose -Xhelper travis 66 - lua -v
67 - busted -o gtest --verbose -Xhelper travis,env=full 67 - busted -o gtest --verbose -Xhelper "lua_dir=$PWD/lua_install,travis"
68 - busted -o gtest --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full"
68 69
69after_success: 70after_success:
70 - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config 71 - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config