From a6981286051317b58c9911882b0ab034f8ca567e Mon Sep 17 00:00:00 2001 From: arnaucube Date: Sat, 7 Dec 2019 17:31:11 +0100 Subject: [PATCH] add travis --- .travis.yml | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..715bb59 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: go + +go: + - "1.12" + +env: + - GO111MODULE=on + diff --git a/README.md b/README.md index 2f6c4ce..1379f56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# go-dht +# go-dht [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/go-dht)](https://goreportcard.com/report/github.com/arnaucube/go-dht) [![Build Status](https://travis-ci.org/arnaucube/go-dht.svg?branch=master)](https://travis-ci.org/arnaucube/go-dht) Kademlia DHT Go implementation.