mirror of https://github.com/pkg/sftp.git
update go versions in travis
This commit is contained in:
parent
dcef9e0d4a
commit
0852dbaaaf
|
|
@ -4,8 +4,8 @@ go_import_path: github.com/pkg/sftp
|
|||
# current and previous stable releases, plus tip
|
||||
# remember to exclude previous and tip for macs below
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- tip
|
||||
|
||||
os:
|
||||
|
|
@ -15,7 +15,7 @@ os:
|
|||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
go: 1.11.x
|
||||
go: 1.12.x
|
||||
- os: osx
|
||||
go: tip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue