From 49e6f02190d4a8f575ee406780c8e8a0ded337d7 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 21 Nov 2017 13:06:04 +0100 Subject: [PATCH] Run gcsstore tests on CI --- .scripts/test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/test_all.sh b/.scripts/test_all.sh index fe7107a..d41790b 100755 --- a/.scripts/test_all.sh +++ b/.scripts/test_all.sh @@ -9,7 +9,7 @@ packages=$(find ./ -maxdepth 2 -name '*.go' -printf '%h\n' | sort | uniq) # corresponding tests on these versions. goversion=$(go version) if [[ "$goversion" == *"go1.5"* ]] || - [[ "$goversion" == *"go1.6"* ]] || true; then + [[ "$goversion" == *"go1.6"* ]]; then echo "Skipping tests requiring Consul which is not supported on $goversion"