mirror of
https://github.com/restic/restic.git
synced 2026-01-23 23:33:03 -05:00
5 lines
140 B
Bash
5 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
|