Skip to content

Commit c28f6ea

Browse files
committed
README: Add Appveyor badge for Windows CI results
Also updates the Travis CI badge link tests to note that it runs Linux and macOS builds.
1 parent 219b2ca commit c28f6ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Source: https://github.com/mbland/go-script-bash
44

55
[![Latest release](https://img.shields.io/github/release/mbland/go-script-bash.svg)](https://github.com/mbland/go-script-bash/releases/latest)
66
[![License](https://img.shields.io/github/license/mbland/go-script-bash.svg)](https://github.com/mbland/go-script-bash/blob/master/LICENSE.md)
7-
[![Continuous integration status](https://img.shields.io/travis/mbland/go-script-bash/master.svg)](https://travis-ci.org/mbland/go-script-bash)
7+
[![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)
8+
[![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)
89
[![Coverage Status](https://img.shields.io/coveralls/mbland/go-script-bash/master.svg)](https://coveralls.io/github/mbland/go-script-bash?branch=master)
910

1011
A `./go` script aims to abstract away many of the steps needed to develop (and

0 commit comments

Comments
 (0)