summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-05-21 16:49:17 -0500
committerTristan Sloughter <t@crashfast.com>2015-05-21 16:50:13 -0500
commit6144ee67a7c0e107d134f20736b3c09a1b91f73f (patch)
treeb79771d69feca403a99577cc9fd33da01e5dc84c
parent1c6aafeb848f211db3ec3f7d2296f676738f69f7 (diff)
add Windows build badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 659ceff..ed5d5c8 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ rebar
rebar [3.0](#30) is an Erlang build tool that makes it easy to compile and test Erlang
applications, port drivers and releases.
-[![Build Status](https://travis-ci.org/rebar/rebar3.svg?branch=master)](https://travis-ci.org/rebar/rebar3)
+[![Build Status](https://travis-ci.org/rebar/rebar3.svg?branch=master)](https://travis-ci.org/rebar/rebar3) [![Windows build status](https://ci.appveyor.com/api/projects/status/yx4oitd9pvd2kab3?svg=true)](https://ci.appveyor.com/project/TristanSloughter/rebar3)
rebar is a self-contained Erlang script, so it's easy to distribute or even
embed directly in a project. Where possible, rebar uses standard Erlang/OTP