Skip to content

Commit 4b22774

Browse files
author
robo9k
committed
Use uniform badges via shields.io
refs chip8-rust/chip8-vm#4
1 parent 7c5875f commit 4b22774

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [chip8_vm](https://github.com/chip8-rust/chip8-vm) for instructions on inclu
99

1010
Status
1111
==
12-
[![Build Status](https://travis-ci.org/chip8-rust/chip8-ui.svg?branch=master)](https://travis-ci.org/chip8-rust/chip8-ui)
12+
[![travis-badge][]][travis] [![appveyor-badge][]][appveyor]
1313
* Graphics are implemented with [Piston](http://www.piston.rs/).
1414
* Sound is not supported but is faked by updating the title bar with a note
1515
symbol when sound should be playing.
@@ -36,3 +36,8 @@ Controls are mapped to these 16 buttons:
3636
Licence
3737
==
3838
MIT
39+
40+
[travis-badge]: https://img.shields.io/travis/chip8-rust/chip8-ui/master.svg?label=linux%20build
41+
[travis]: https://travis-ci.org/chip8-rust/chip8-ui
42+
[appveyor-badge]: https://img.shields.io/appveyor/ci/robo9k/chip8-ui/master.svg?label=windows%20build
43+
[appveyor]: https://ci.appveyor.com/project/robo9k/chip8-ui/branch/master

0 commit comments

Comments
 (0)