Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add travis and coveralls badges
  • Loading branch information
rowanseymour authored May 10, 2017
1 parent d946e3a commit d791abe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Courier

This is a private repo so need to configure git to use token authentication for HTTPS requests.
Create a github auth token and set it as an environment variable called `GITHUB_TOKEN`. Then run:

```
git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
```
[![Build Status](https://travis-ci.org/nyaruka/courier.svg?branch=master)](https://travis-ci.org/nyaruka/courier)
[![Coverage Status](https://coveralls.io/repos/github/nyaruka/courier/badge.svg?branch=master)](https://coveralls.io/github/nyaruka/courier?branch=master)

Install Courier in your workspace with:

Expand Down

0 comments on commit d791abe

Please sign in to comment.