Skip to content

Commit

Permalink
Update config for Travis and Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
laudney committed Nov 21, 2014
1 parent 6bc0791 commit 3f87d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ go:
- tip
install:
- go get -d -t -v ./...
- go get -v golang.org/x/tools/cmd/cover
- go get -v code.google.com/p/go.tools/cmd/vet
- go get -v code.google.com/p/go.tools/cmd/cover
- go get -v github.com/davecgh/go-spew/spew
- go get -v github.com/GeertJohan/fgt
- go get -v github.com/golang/lint/golint
script:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
rddnet
======

[![Build Status](https://travis-ci.org/conformal/btcnet.png?branch=master)]
(https://travis-ci.org/conformal/btcnet) [![Coverage Status]
(https://coveralls.io/repos/conformal/btcnet/badge.png?branch=master)]
(https://coveralls.io/r/conformal/btcnet?branch=master)
[![Build Status](https://travis-ci.org/reddcoin-project/rddnet.png?branch=master)]
(https://travis-ci.org/reddcoin-project/rddnet) [![Coverage Status]
(https://coveralls.io/repos/reddcoin-project/rddnet/badge.png?branch=master)]
(https://coveralls.io/r/reddcoin-project/rddnet?branch=master)

Package rddnet defines the network parameters for the three standard Reddcoin
networks and provides the ability for callers to define their own custom
Expand Down

0 comments on commit 3f87d57

Please sign in to comment.