aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-07-08 12:35:01 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-07-08 12:35:01 +0300
commit88f6aaeb40958c10a3c7a6fb4d0d699481f2a7be (patch)
treef7a0312de8faf54b12f572af10f12bec04dde0ed /.travis.yml
parent88ac29f0cfbe4064155c7a1f5ea706627bd08ef2 (diff)
downloadluarocks-88f6aaeb40958c10a3c7a6fb4d0d699481f2a7be.tar.gz
luarocks-88f6aaeb40958c10a3c7a6fb4d0d699481f2a7be.tar.bz2
luarocks-88f6aaeb40958c10a3c7a6fb4d0d699481f2a7be.zip
Tests: infer Lua/LuaJIT version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ec4b0cf..02bdb6c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,10 +49,10 @@ install:
49 - luarocks install busted 49 - luarocks install busted
50 - luarocks install luacov 50 - luarocks install luacov
51 - luarocks install luacov-coveralls 51 - luarocks install luacov-coveralls
52 52
53script: 53script:
54 - busted -Xhelper travis,$LUA --verbose 54 - busted -Xhelper travis --verbose
55 - busted -Xhelper travis,$LUA,env=full --verbose 55 - busted -Xhelper travis,env=full --verbose
56 56
57after_success: 57after_success:
58 - luacov-coveralls -c $TRAVIS_BUILD_DIR/test/luacov.config --exclude $TRAVIS_BUILD_DIR/test/ 58 - luacov-coveralls -c $TRAVIS_BUILD_DIR/test/luacov.config --exclude $TRAVIS_BUILD_DIR/test/