Skip to content

Commit

Permalink
update travis badge
Browse files Browse the repository at this point in the history
point to travis-ci.com
  • Loading branch information
jeffbski committed Jun 26, 2021
1 parent 7184825 commit 21e8d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For http(s) resources wait-on will check that the requests are returning 2XX (su

wait-on can also be used in reverse mode which waits for resources to NOT be available. This is useful in waiting for services to shutdown before continuing. (Thanks @skarbovskiy for adding this feature)

[![Build Status](https://secure.travis-ci.org/jeffbski/wait-on.png?branch=master)](http://travis-ci.org/jeffbski/wait-on)
[![Build Status](https://travis-ci.com/jeffbski/wait-on.svg?branch=master)](https://travis-ci.com/jeffbski/wait-on)

## Installation

Expand Down

0 comments on commit 21e8d7c

Please sign in to comment.