From 98a1298a935ca1d7225ded7d93b48353ce4d09d0 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 19 Dec 2017 11:03:49 +0000 Subject: [PATCH] remove -x --- scripts/travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-test.sh b/scripts/travis-test.sh index aa1ca012..900a6a97 100755 --- a/scripts/travis-test.sh +++ b/scripts/travis-test.sh @@ -6,7 +6,7 @@ # which case only the linting, unit tests or integration tests will be run # respectively. If not specified or null all tests are run. -set -eux +set -eu # Tune the GC to use more memory to reduce the number of garbage collections export GOGC=400