diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-13 21:32:13 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-13 21:32:13 -0600 |
commit | 039bf01ab8f13fba384d8501cdac1146248f9206 (patch) | |
tree | e3c8142089dd9f61cfed5376009c065e9f296be9 | |
parent | 7360bfd098bac4fe1f397e3f733a5cbc9a7e3d15 (diff) |
fix badge to be on master
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ rebar rebar 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=rebar3)](https://travis-ci.org/rebar/rebar3) +[![Build Status](https://travis-ci.org/rebar/rebar3.svg?branch=master)](https://travis-ci.org/rebar/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 |