Merge pull request #540 from samuelkarp/go18
travis: Use 1.7.x and 1.8.x
This commit is contained in:
commit
e0b1736aa4
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ sudo: required
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- tip
|
||||
|
||||
go_import_path: github.com/docker/containerd
|
||||
|
|
Loading…
Reference in a new issue