From 5a62b7b6c0d73bac714ddfb308b0588df29d01a2 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Wed, 13 Apr 2016 00:41:05 -0400 Subject: [PATCH] travis: try global coveralls support --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f6a765..0b8dc78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ before_install: - pip install hererocks - hererocks here -r $LUAROCKS --$LUA - export PATH=$(pwd)/here/bin:$PATH - - luarocks install luacov-coveralls + - luarocks install luacov - luarocks install lunitx - luarocks install luafilesystem - luarocks install lpeg $LPEG @@ -52,7 +52,7 @@ script: - make LUA_BIN=lua LUNIT_BIN=lunit.sh LUA_INIT="require('luarocks.loader');require('luacov')" check after_success: - - cd tests; luacov-coveralls -v + - cd tests; bash <(curl -s https://codecov.io/bash) notifications: email: -- 2.11.4.GIT