2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-26 12:27:33 +00:00
restic/vendor/github.com/Azure/azure-sdk-for-go/tools/profileBuilder/test.sh

6 lines
140 B
Bash
Raw Normal View History

#!bin/bash
set -ev
if [[ ! "${TRAVIS_GO_VERSION}" < "1.9" ]]; then
go test -v github.com/Azure/azure-sdk-for-go/tools/profileBuilder
fi