Add support for TravisCI.

Also add TravisCI build status badge to README.md.
This commit is contained in:
Dave Collins 2013-12-23 11:41:02 -06:00
parent bb6b277706
commit 627aeb5e9c
2 changed files with 6 additions and 0 deletions

3
.travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: go
go: release
install: go get -d -t -v ./...

View file

@ -1,6 +1,9 @@
btcec
=====
[![Build Status](https://travis-ci.org/conformal/btcec.png?branch=master)]
(https://travis-ci.org/conformal/btcec)
Package btcec implements elliptic curve cryptography using koblitz curves
(secp256k1 only for now). It is designed so that it may be used with the
standard crypto/ecdsa packages provided with go. There is a test suite