travis: set COVERAGE for tests

This commit is contained in:
Colin Dellow 2018-07-05 20:12:24 -04:00
parent 31eac8a88a
commit 2e9cc853ea
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ sudo apt-get install software-properties-common
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
sudo apt-get update sudo apt-get update
COVERAGE=1 PREBUILT=1 ./make-linux COVERAGE=1 PREBUILT=1 ./make-linux
./tests/test-all COVERAGE=1 ./tests/test-all