forked from mirror/afero
Add Go 1.7 to Travis config
This commit is contained in:
parent
cc9c21814b
commit
b28a7effac
|
@ -4,6 +4,7 @@ language: go
|
|||
go:
|
||||
- 1.5.4
|
||||
- 1.6.3
|
||||
- 1.7
|
||||
- tip
|
||||
|
||||
os:
|
||||
|
@ -13,6 +14,7 @@ os:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
fast_finish: true
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
|
|
Loading…
Reference in New Issue