attempts to exclude files from luacov

This commit is contained in:
kikito 2015-12-26 13:27:36 +01:00
parent 2e069c5e5b
commit 8baac4b8f0

View File

@ -10,8 +10,8 @@ env:
before_install: before_install:
- pip install hererocks - pip install hererocks
- hererocks base -r^ --$LUA - hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
install: install:
- luarocks install busted - luarocks install busted
@ -19,10 +19,10 @@ install:
- luarocks install luacov-coveralls - luarocks install luacov-coveralls
script: script:
- busted -v -c - busted --verbose --coverage
after_success: after_success:
- luacov-coveralls - luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install
branches: branches:
except: except: