summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2015-10-12 13:46:06 +0100
committerLuis Rascão <luis.rascao@gmail.com>2015-10-13 10:01:40 +0100
commite9983fc422443f68e2fafc7cfef5619ed249bb99 (patch)
treecb5ccbd36ecb2e111470d9a8463ee57ed53357e0 /README.md
parent365ac649dc818619757f96a699ddb174f004cff9 (diff)
downloadrebar-e9983fc422443f68e2fafc7cfef5619ed249bb99.tar.gz
Add Windows continuous integration through AppVeyor
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec65693..a7317ba 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ rebar is an Erlang build tool that makes it easy to compile and test Erlang
applications, port drivers and releases.
[![Build Status](https://secure.travis-ci.org/rebar/rebar.png?branch=master)](http://travis-ci.org/rebar/rebar)
+[![Build status](https://ci.appveyor.com/api/projects/status/4c48dw0cbu265cvt?svg=true)](https://ci.appveyor.com/project/rebar-win-ci/rebar-t0g71)
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