build: add travis configuration

This commit is contained in:
Jonathan Boulle 2014-09-09 15:44:41 -07:00
parent a5e72258d2
commit 0241b8ba9a
2 changed files with 12 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: go
go:
- 1.3
- 1.2
install:
- go get code.google.com/p/go.tools/cmd/cover
script:
- ./test

View File

@ -1,5 +1,7 @@
# etcd
[![Build Status](https://travis-ci.org/coreos/etcd.png?branch=master)](https://travis-ci.org/coreos/etcd)
### WARNING ###
The current `master` branch of etcd is under heavy development in anticipation of the forthcoming 0.5.0 release.