Merge pull request #400 from lstoll/lstoll-rename-build-script

Rename build script to avoid conflict with bazel
This commit is contained in:
Dan Williams
2017-04-05 11:03:23 -05:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -44,9 +44,9 @@ install:
script:
- >
if [ "${TARGET}" == "amd64" ]; then
GOARCH="${TARGET}" ./test;
GOARCH="${TARGET}" ./test.sh;
else
GOARCH="${TARGET}" ./build;
GOARCH="${TARGET}" ./build.sh;
fi
notifications: