aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2015-04-23 14:27:01 +1000
committerAlec Thomas <alec@swapoff.org>2015-04-23 14:27:01 +1000
commit26f02d3e4a8d78d4dbe406748b65da83195ad170 (patch)
tree09d329758f169ec87493be8a33b814a64833198d
parentb1b93ea0a7657bf4f6638e8257dfca9bc9df7640 (diff)
Add AppVeyor master status badge.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46ca514..2439e04 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# EntityX - A fast, type-safe C++ Entity Component System [![Build Status](https://travis-ci.org/alecthomas/entityx.png)](https://travis-ci.org/alecthomas/entityx)
+# EntityX - A fast, type-safe C++ Entity Component System [![Build Status](https://travis-ci.org/alecthomas/entityx.png)](https://travis-ci.org/alecthomas/entityx) [![Build status](https://ci.appveyor.com/api/projects/status/qc8s0pqb5ci092iv/branch/master)](https://ci.appveyor.com/project/alecthomas/entityx/branch/master)
+
***NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the [change log](CHANGES.md) for details.***