Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
Merge branch 'ci'
Browse files Browse the repository at this point in the history
* ci:
  Remove roadmap
  Add .travis.yml
  Add badges
  Close bracket
  • Loading branch information
bahlo committed Aug 1, 2014
2 parents 6cbad96 + e642085 commit 2209397
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: go
notifications:
email:
on_success: never
on_failure: change
go:
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -repotoken AkV7JNH7cHZ18wz5uanmFNsOMZAQptsMZ
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Goat
# Goat [![GoDoc](https://godoc.org/github.com/bahlo/goat?status.png)](https://godoc.org/github.com/bahlo/goat) [![Build Status](https://secure.travis-ci.org/bahlo/goat.png?branch=master)](https://travis-ci.org/bahlo/goat) [![Coverage Status](https://coveralls.io/repos/bahlo/goat/badge.png?branch=master)](https://coveralls.io/r/bahlo/goat?branch=master)

Goat is a Go REST server. You can pronounce it like the _goat_, or
_go-at_. Depends on how you like goats.
Expand All @@ -9,7 +9,6 @@ _go-at_. Depends on how you like goats.
- [Subrouters](#subrouters)
- [Indices](#indices)
- [Middleware](#middleware)
- [Roadmap](#roadmap)
- [Philosophy](#philosophy)
- [Fedback](#feedback)
- [Credits](#credits)
Expand Down Expand Up @@ -113,17 +112,12 @@ func main() {
}
```

## Roadmap
* [x] Subrouters or Grouping
* [x] Middleware
* [ ] Continous integration

## Philosophy
I wanted to create a small, fast and reliable REST API server, which supports
quick JSON and error output, good rooting and easy-to-use middleware.

I have split the files after responsibility to make it easy for everyone to
dive in (start with `goat.go`.
dive in (start with `goat.go`).

## Feedback
If you have problems, feel free to
Expand Down

0 comments on commit 2209397

Please # to comment.