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:
Jamie Wilkinson 2018-02-12 03:21:14 +11:00
parent bb8f1927f2
commit bbf41cb36d
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ sudo: false
language: go
go:
- 1.7.5
- 1.8
- 1.9
- tip
os: