Merge branch 'middleware-refactor' of github.com:chihaya/chihaya into middleware-refactor
This commit is contained in:
commit
ce49b2e35e
2 changed files with 5 additions and 13 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,19 +1,12 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
- 1.6
|
||||
- tip
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- go get github.com/axw/gocov/gocov
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get -t ./...
|
||||
|
||||
- go get -t ./...
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci ./...
|
||||
|
||||
- go test -v $(go list ./... | grep -v /vendor/)
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Chihaya
|
||||
|
||||
[](https://coveralls.io/github/chihaya/chihaya?branch=master)
|
||||
[](https://travis-ci.org/chihaya/chihaya)
|
||||
[](https://quay.io/repository/jzelinskie/chihaya)
|
||||
[](https://godoc.org/github.com/chihaya/chihaya)
|
||||
|
|
Loading…
Add table
Reference in a new issue