mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
Add travis ci support
This commit is contained in:
parent
5aa1437cf3
commit
90193e564a
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
|
Go configuration with fangs
|
||||||
|
|
Loading…
Reference in a new issue