don't do coverage for downloaded class libraries (hopefully)

This commit is contained in:
Robin Wellner 2016-02-16 01:51:35 +01:00
parent ba62015f30
commit c748dc1c10

View File

@ -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