Add Travis CI

This commit is contained in:
Tevin Zhang 2019-02-13 10:40:18 +08:00
parent 793d50316e
commit 5cbfc67444
2 changed files with 9 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
os:
- linux
- osx
language: go
go:
- "1.11.x"
install:
- go get "github.com/pkg/errors"

View File

@ -2,6 +2,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/tevino/tcp-shaker)](https://goreportcard.com/report/github.com/tevino/tcp-shaker)
[![GoDoc](https://godoc.org/github.com/tevino/tcp-shaker?status.svg)](https://godoc.org/github.com/tevino/tcp-shaker)
[![Build Status](https://travis-ci.org/tevino/tcp-shaker.svg?branch=master)](https://travis-ci.org/tevino/tcp-shaker)
This package is used to perform TCP handshake without ACK, which useful for TCP health checking.