Add travis ci support

This commit is contained in:
Andrew Cohen 2014-11-13 15:38:47 -05:00 committed by spf13
parent 5aa1437cf3
commit 90193e564a
2 changed files with 10 additions and 1 deletions

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: go
go:
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...

View file

@ -1,4 +1,4 @@
viper
viper [![Build Status](https://travis-ci.org/spf13/viper.svg)](https://travis-ci.org/spf13/viper)
=====
Go configuration with fangs