update go versions in travis

This commit is contained in:
John Eikenberry 2019-09-29 14:00:25 -07:00
parent dcef9e0d4a
commit 0852dbaaaf
1 changed files with 2 additions and 2 deletions

View File

@ -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