Skip to content

Commit

Permalink
build: add travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
igolaizola committed Jan 24, 2019
1 parent 5fe80fc commit 383d674
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: go
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

[![Build Status](https://travis-ci.com/igarciaolaizola/h2-stream.svg?branch=master)](https://travis-ci.com/igarciaolaizola/h2-stream)
[![Go Report Card](https://goreportcard.com/badge/igarciaolaizola/h2-stream)](http://goreportcard.com/report/igarciaolaizola/h2-stream)
[![license](https://img.shields.io/github/license/igarciaolaizola/h2-stream.svg)](https://github.com/igarciaolaizola/h2-stream/blob/master/LICENSE.md)

# h2-stream

HTTP2 client and server implementation in GO that holds a persistent data stream
Expand Down

0 comments on commit 383d674

Please sign in to comment.