File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ See [chip8_vm](https://github.com/chip8-rust/chip8-vm) for instructions on inclu
9
9
10
10
Status
11
11
==
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 ]
13
13
* Graphics are implemented with [ Piston] ( http://www.piston.rs/ ) .
14
14
* Sound is not supported but is faked by updating the title bar with a note
15
15
symbol when sound should be playing.
@@ -36,3 +36,8 @@ Controls are mapped to these 16 buttons:
36
36
Licence
37
37
==
38
38
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
You can’t perform that action at this time.
0 commit comments