rclone/vendor/github.com/Azure/azure-sdk-for-go/tools/profileBuilder/test.sh
2018-01-16 13:20:59 +00:00

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