Rename build script to avoid conflict with bazel
authorLincoln Stoll <lincoln.stoll@gmail.com>
Wed, 15 Mar 2017 04:53:56 +0000 (15:53 +1100)
committerLincoln Stoll <lincoln.stoll@gmail.com>
Wed, 15 Mar 2017 04:59:44 +0000 (15:59 +1100)
commit1b9caefba5670c59e0ccbf0b008d88da52a7d498
tree43a87c7904308f87662e00de17c52346c8bc4031
parent4f36e5994e965c70b840641159ac3d5f3439681e
Rename build script to avoid conflict with bazel

It's difficult to include this repository using bazel, because
the file named "build" conflicts with new_go_repository generation
on case-insensitive filesystems (ref
https://github.com/bazelbuild/rules_go/issues/234). This change
renames the file to something that doesn't conflict, and also
renames the test script for consistency.
.travis.yml
CONTRIBUTING.md
build.sh [moved from build with 100% similarity]
test.sh [moved from test with 97% similarity]