diff --git a/.travis.yml b/.travis.yml index d0640b85..35dce0a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,9 @@ install: script: - | if [ "${TARGET}" == "amd64" ]; then - CNI_PATH="$(cd ../cni/bin && pwd)" GOARCH="${TARGET}" ./test + CNI_PATH="$(cd ../cni/bin && pwd)" GOARCH="${TARGET}" ./test.sh else - GOARCH="${TARGET}" ./build + GOARCH="${TARGET}" ./build.sh fi notifications: diff --git a/build b/build.sh similarity index 100% rename from build rename to build.sh diff --git a/test b/test.sh similarity index 100% rename from test rename to test.sh