diff --git a/.travis.yml b/.travis.yml index 1c8974818e..4ab92db69d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: script: - PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh - PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh - - PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh + - PATH=$HOME/gopath/bin:$PATH ./hack/test-integration.sh notifications: irc: "chat.freenode.net#google-containers" diff --git a/README.md b/README.md index 8da27e0734..8a5174f119 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ sudo ln -s "$REPO_ROOT/target/bin/etcd" /usr/bin/etcd ``` cd kubernetes -hack/integration-test.sh +hack/test-integration.sh ``` ### End-to-End tests diff --git a/hack/integration-test.sh b/hack/test-integration.sh similarity index 100% rename from hack/integration-test.sh rename to hack/test-integration.sh