diff --git a/README.md b/README.md index 7f326445c..626568d1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # hxcpp -[![Build Status](https://travis-ci.org/HaxeFoundation/hxcpp.png?branch=master)](https://travis-ci.org/HaxeFoundation/hxcpp) +[![TravisCI Build Status](https://travis-ci.org/HaxeFoundation/hxcpp.svg?branch=master)](https://travis-ci.org/HaxeFoundation/hxcpp) +[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/HaxeFoundation/hxcpp?branch=master&svg=true)](https://ci.appveyor.com/project/Simn/hxcpp) hxcpp is the runtime support for the c++ backend of the [haxe](http://haxe.org/) compiler. This contains the headers, libraries and support code required to generate a fully compiled executable from haxe code.