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