aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-09-29 19:05:20 -0300
committerHisham Muhammad <hisham@gobolinux.org>2017-09-29 19:05:20 -0300
commit03757c8042d12effb32a9a05acda04b2fccc086c (patch)
tree8b9805907007171dddf721a0b12e007bf025578c /.travis.yml
parentaf8561de2bdefd5a1cf6f32be08323d5f271fe9b (diff)
downloadluarocks-03757c8042d12effb32a9a05acda04b2fccc086c.tar.gz
luarocks-03757c8042d12effb32a9a05acda04b2fccc086c.tar.bz2
luarocks-03757c8042d12effb32a9a05acda04b2fccc086c.zip
Changes to the output of the test suite
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 852f9b46..6de035ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,8 +51,8 @@ install:
51 - luarocks install luacov-coveralls 51 - luarocks install luacov-coveralls
52 52
53script: 53script:
54 - busted -Xhelper travis --verbose 54 - busted -o gtest --verbose -Xhelper travis
55 - busted -Xhelper travis,env=full --verbose 55 - busted -o gtest --verbose -Xhelper travis,env=full
56 56
57after_success: 57after_success:
58 - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config 58 - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config