Skip to content

Commit 64cddaf

Browse files
committed
CONTRIBUTING: Add Appveyor badge for Windows CI
Also updates the Travis CI badge link to note that it runs Linux and macOS builds. Should've been part of the previous commit that updated `README.md`.
1 parent c28f6ea commit 64cddaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ repository and issuing pull requests to the original.
146146

147147
## Testing
148148

149-
- Continuous integration status: [![Continuous integration status](https://travis-ci.org/mbland/go-script-bash.png?branch=master)](https://travis-ci.org/mbland/go-script-bash)
149+
- Continuous integration status for Linux and macOS: [![Continuous integration status for Linux and macOS](https://img.shields.io/travis/mbland/go-script-bash/master.svg)](https://travis-ci.org/mbland/go-script-bash)
150+
- Continuous integration status for Windows: [![Continuous integration status for Windows](https://img.shields.io/appveyor/ci/mbland/go-script-bash/master.svg)](https://ci.appveyor.com/project/mbland/go-script-bash)
150151
- Coverage status: [![Coverage Status](https://coveralls.io/repos/github/mbland/go-script-bash/badge.svg?branch=master)](https://coveralls.io/github/mbland/go-script-bash?branch=master)
151152

152153
No bug fixes or new features will be accepted without accompanying tests.

0 commit comments

Comments
 (0)