We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9699cb commit 51de968Copy full SHA for 51de968
.travis.yml
@@ -6,5 +6,5 @@ services:
6
- docker
7
8
before_install:
9
- - docker build -t mrako/wait-for .
10
- - docker run mrako/wait-for
+ - docker build -t eficode/wait-for .
+ - docker run eficode/wait-for
README.md
@@ -4,7 +4,7 @@
4
5
When using this tool, you only need to pick the `wait-for` file as part of your project.
-[](https://travis-ci.org/mrako/wait-for)
+[](https://travis-ci.org/Eficode/wait-for)
## Usage
0 commit comments