mirror of https://github.com/spf13/viper.git
Allow tip to fail on Travis
This commit is contained in:
parent
a0cdbddebd
commit
960e69f7c4
|
@ -5,6 +5,10 @@ go:
|
|||
- 1.6.1
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in New Issue