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