Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Jul 18, 2020
1 parent 6adc64e commit 4184bb9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,17 @@
language: go

go:
- "1.14.x"

branches:
only:
- master
- dev
env:
- GO111MODULE=on

install: true

script:
- go vet ./...
- go test ./...
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 1,6 @@
# CGMiner API for Go #

[![Build Status](https://travis-ci.org/x1unix/go-cgminer-api.svg?branch=master)](https://travis-ci.org/x1unix/go-cgminer-api)
[![Go Report Card](https://goreportcard.com/badge/github.com/x1unix/go-cgminer-api)](https://goreportcard.com/report/github.com/x1unix/go-cgminer-api)
[![MIT Licence](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/mit-license)

Expand Down

0 comments on commit 4184bb9

Please sign in to comment.