Skip to content

Commit be1c7bd

Browse files
authored
Update README.md
fix Travis CI build badge URL
1 parent a93091b commit be1c7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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)