mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 17:24:10 +00:00
946c8399e2
Exclude minio-go for now (pin to 3.x.y).
6 lines
140 B
Bash
6 lines
140 B
Bash
#!bin/bash
|
|
set -ev
|
|
if [[ ! "${TRAVIS_GO_VERSION}" < "1.9" ]]; then
|
|
go test -v github.com/Azure/azure-sdk-for-go/tools/profileBuilder
|
|
fi
|