Skip to content

Commit

Permalink
release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienTant committed Oct 9, 2019
1 parent 39f027c commit 2ee51f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: go

go:
- 1.9.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.x

before_install:
- go get github.com/mattn/goveralls
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

`go get github.com/objenious/kitty`

## Status: beta - breaking changes might happen

*Warning: Breaking changes in 0.0.4, with the addition of transports*

Kitty is a slightly opinionated framework based on go-kit.
It's goal is to ease development of microservices deployed on Kubernetes (or any similar orchestration platform).

Expand Down Expand Up @@ -112,7 +108,7 @@ err := kitty.NewServer(tr).Run(ctx)

## Requirements

Go > 1.8
Go > 1.11

## Contribution guidelines

Expand Down

0 comments on commit 2ee51f0

Please sign in to comment.