Skip to content

Commit

Permalink
trying again to get travis to run tests on 1.4 with no coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Knetic committed Jul 9, 2017
1 parent 6f13716 commit 5d6d46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5d6d46b

Please sign in to comment.