From 5d6d46b6a3bc7926103b8e6bb4375a9680d9e2f5 Mon Sep 17 00:00:00 2001 From: Knetic Date: Sun, 9 Jul 2017 10:24:30 -0700 Subject: [PATCH] trying again to get travis to run tests on 1.4 with no coverage --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 099a628..11aa8b3 100755 --- a/test.sh +++ b/test.sh @@ -18,7 +18,7 @@ pushd "${TEMPORARY_PATH}/src/govaluate" # run the actual tests. export GOVALUATE_TORTURE_TEST="true" -go test -bench=. -benchmem -coverprofile coverage.out +go test -bench=. -benchmem #-coverprofile coverage.out status=$? if [ "${status}" != 0 ];