forked from mirror/afero
Removes go 1.7 from the build matrix, adds 1.9
Travis builds are failing on go 1.7.5 because of github.com/pkg/sftp doesn't support that version anymore.
This commit is contained in:
parent
bb8f1927f2
commit
bbf41cb36d
|
@ -2,8 +2,8 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.5
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
|
||||
os:
|
||||
|
|
Loading…
Reference in New Issue