Skip to content

Commit 8283864

Browse files
author
Markus Suonto
authored
Merge pull request #7 from szTheory/patch-1
Update README.md - fix Travis CI build badge URL
2 parents a93091b + 541a5d6 commit 8283864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
When using this tool, you only need to pick the `wait-for` file as part of your project.
66

7-
[![Build Status](https://travis-ci.org/Eficode/wait-for.svg?branch=master)](https://travis-ci.org/Eficode/wait-for)
7+
[![Build Status](https://travis-ci.org/eficode/wait-for.svg?branch=master)](https://travis-ci.org/eficode/wait-for)
88

99
## Usage
1010

@@ -48,4 +48,4 @@ services:
4848
Ironically testing is done using [bats](https://github.com/sstephenson/bats), which on the other hand is depending on [bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)).
4949

5050
docker build -t wait-for .
51-
docker run -t wait-for
51+
docker run -t wait-for

0 commit comments

Comments
 (0)