Skip to content

Commit

Permalink
Removes go 1.7 from the build matrix, adds 1.9
Browse files Browse the repository at this point in the history
Travis builds are failing on go 1.7.5 because of github.com/pkg/sftp doesn't support that version anymore.
  • Loading branch information
jaqx0r committed Feb 11, 2018
1 parent bb8f192 commit bbf41cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: false
language: go

go:
- 1.7.5
- 1.8
- 1.9
- tip

os:
Expand Down

0 comments on commit bbf41cb

Please sign in to comment.