travis: set COVERAGE for tests
This commit is contained in:
parent
31eac8a88a
commit
2e9cc853ea
|
@ -5,4 +5,4 @@ sudo apt-get install software-properties-common
|
|||
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
|
||||
sudo apt-get update
|
||||
COVERAGE=1 PREBUILT=1 ./make-linux
|
||||
./tests/test-all
|
||||
COVERAGE=1 ./tests/test-all
|
||||
|
|
Loading…
Reference in New Issue