Browse Source

add travis

master
arnaucube 4 years ago
parent
commit
a698128605
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      .travis.yml
  2. +1
    -1
      README.md

+ 8
- 0
.travis.yml

@ -0,0 +1,8 @@
language: go
go:
- "1.12"
env:
- GO111MODULE=on

+ 1
- 1
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.

Loading…
Cancel
Save