diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-29 19:05:20 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-12 21:03:50 -0300 |
commit | db78c190806b742b6380b340432600f010cde7ae (patch) | |
tree | cc23d105886e89f37d5053792fe54ef78ffb091d /.travis.yml | |
parent | db49037aff80f7bc4cec25fdecd642c49ff63252 (diff) | |
download | luarocks-db78c190806b742b6380b340432600f010cde7ae.tar.gz luarocks-db78c190806b742b6380b340432600f010cde7ae.tar.bz2 luarocks-db78c190806b742b6380b340432600f010cde7ae.zip |
Changes to the output of the test suite
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 11ea9ef1..5ee0b740 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -51,8 +51,8 @@ install: | |||
51 | - luarocks install luacov-coveralls | 51 | - luarocks install luacov-coveralls |
52 | 52 | ||
53 | script: | 53 | script: |
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 | ||
57 | after_success: | 57 | after_success: |
58 | - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config | 58 | - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config |