Skip to content

Commit

Permalink
Merge pull request #7 from szTheory/patch-1
Browse files Browse the repository at this point in the history
Update README.md - fix Travis CI build badge URL
  • Loading branch information
Markus Suonto authored Apr 9, 2018
2 parents a93091b + 541a5d6 commit 8283864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/Eficode/wait-for.svg?branch=master)](https://travis-ci.org/Eficode/wait-for)
[![Build Status](https://travis-ci.org/eficode/wait-for.svg?branch=master)](https://travis-ci.org/eficode/wait-for)

## Usage

Expand Down Expand Up @@ -48,4 +48,4 @@ services:
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)).

docker build -t wait-for .
docker run -t wait-for
docker run -t wait-for

0 comments on commit 8283864

Please sign in to comment.