Skip to content

Commit 51de968

Browse files
committed
Move travis build and status under Eficode
1 parent d9699cb commit 51de968

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ services:
66
- docker
77

88
before_install:
9-
- docker build -t mrako/wait-for .
10-
- docker run mrako/wait-for
9+
- docker build -t eficode/wait-for .
10+
- docker run eficode/wait-for

README.md

Lines changed: 1 addition & 1 deletion
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/mrako/wait-for.svg?branch=master)](https://travis-ci.org/mrako/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

0 commit comments

Comments
 (0)