Run gcsstore tests on CI

This commit is contained in:
Marius 2017-11-21 13:06:04 +01:00
parent 52265b622d
commit 49e6f02190
1 changed files with 1 additions and 1 deletions

View File

@ -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"