travis: Use 1.7.x and 1.8.x
Signed-off-by: Samuel Karp <skarp@amazon.com>
This commit is contained in:
parent
a40ba05cf9
commit
31166dc3e1
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ sudo: required
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7
|
- 1.7.x
|
||||||
- 1.8
|
- 1.8.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
go_import_path: github.com/docker/containerd
|
go_import_path: github.com/docker/containerd
|
||||||
|
|
Loading…
Reference in a new issue