summaryrefslogtreecommitdiff
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
parentc4cf30e1d268d778fa759a7ff72116bf6dd2719a (diff)
update travis settings for rebar/rebar3 repo
-rw-r--r--.travis.yml4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1eb5935..b024e58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,8 @@ deploy:
branch: rebar3
condition: $TRAVIS_OTP_RELEASE = R15B01
provider: s3
- access_key_id: AKIAIKQB2JZYYNIWC72Q
+ access_key_id: AKIAJAPYAQEFYCYSNL7Q
secret_access_key:
- secure: JoPSFeISsq7RbkgQLbz/DdLATgGhyuSjjIAwv0lZkhkHspmchArnt9hjDTxmkk8ApPcqDhp8iPEII6E8f2tltTA7djpxx8fO6a7DLyJnDe7QL4Qu1zSMmy91JmkapjDb8VqdAyvUmzAuCp91rfQPsgDiVQNrBSdCfy7LcTZyk3M=
+ secure: "BUv2KQABv0Q4e8DAVNBRTc/lXHWt27yCN46Fdgo1IrcSSIiP+hq2yXzQcXLbPwkEu6pxUZQtL3mvKbt6l7uw3wFrcRfFAi1PGTITAW8MTmxtwcZIBcHSk3XOzDbkK+fYYcaddszmt7hDzzEFPtmYXiNgnaMIVeynhQLgcCcIRRQ="
bucket: "rebar3"
skip_cleanup: true
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