From 2e9cc853ea3c08edcfafc72bc78c36a1d6a74a2e Mon Sep 17 00:00:00 2001 From: Colin Dellow Date: Thu, 5 Jul 2018 20:12:24 -0400 Subject: [PATCH] travis: set COVERAGE for tests --- travis-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-linux b/travis-linux index 9d3e226..0258ab9 100755 --- a/travis-linux +++ b/travis-linux @@ -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