summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-13 19:23:53 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-13 19:23:53 -0600
commit169bfce6a71de131abfbf3910c34684dc5549ed7 (patch)
treee509aa4b88c713fbe25f4bd23adcf61f71cac15d /README.md
parentc4cf30e1d268d778fa759a7ff72116bf6dd2719a (diff)
update travis settings for rebar/rebar3 repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 355b963..7d9d7f0 100644
--- a/README.md
+++ b/README.md
@@ -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/tsloughter/rebar.svg?branch=rebar3)](https://travis-ci.org/tsloughter/rebar)
+[![Build Status](https://travis-ci.org/rebar/rebar3.svg?branch=rebar3)](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