mirror of
https://github.com/gvx/bitser.git
synced 2024-11-11 01:44:21 +00:00
don't do coverage for downloaded class libraries (hopefully)
This commit is contained in:
parent
ba62015f30
commit
c748dc1c10
@ -3,7 +3,6 @@ sudo: false
|
||||
|
||||
env:
|
||||
- LUA="luajit=2.0"
|
||||
- LUA="luajit=2.1"
|
||||
|
||||
before_install:
|
||||
- pip install hererocks
|
||||
@ -24,4 +23,4 @@ script:
|
||||
- busted --verbose --coverage
|
||||
|
||||
after_success:
|
||||
- luacov-coveralls -e $TRAVIS_BUILD_DIR/lua_install
|
||||
- luacov-coveralls --include bitser -e $TRAVIS_BUILD_DIR/lua_install
|
||||
|
Loading…
Reference in New Issue
Block a user