mirror of
https://github.com/spf13/viper
synced 2024-11-16 10:07:00 +00:00
Add travis ci support
This commit is contained in:
parent
64816e4860
commit
69ce0aedb0
2 changed files with 10 additions and 1 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.2
|
||||
- 1.3
|
||||
- release
|
||||
- tip
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue