forked from mirror/viper
Bump Travis to Go 1.7
This commit is contained in:
parent
346299ea79
commit
654fc7bb54
|
@ -1,8 +1,8 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.4
|
||||
- 1.6.3
|
||||
- 1.7
|
||||
- tip
|
||||
|
||||
os:
|
||||
|
@ -12,6 +12,7 @@ os:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
fast_finish: true
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
|
|
Loading…
Reference in New Issue