diff --git a/.travis.yml b/.travis.yml index 90bc111..392b52e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ services: - docker before_install: - - docker build -t mrako/wait-for . - - docker run mrako/wait-for + - docker build -t eficode/wait-for . + - docker run eficode/wait-for diff --git a/README.md b/README.md index b6c83e4..a31be9b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ When using this tool, you only need to pick the `wait-for` file as part of your project. -[![Build Status](https://travis-ci.org/mrako/wait-for.svg?branch=master)](https://travis-ci.org/mrako/wait-for) +[![Build Status](https://travis-ci.org/Eficode/wait-for.svg?branch=master)](https://travis-ci.org/Eficode/wait-for) ## Usage