diff --git a/.travis.yml b/.travis.yml index 5afcb209..d05ed391 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: go matrix: include: - - go: 1.9.4 - - go: 1.10.0 + - go: 1.9.x + - go: 1.10.x + - go: 1.11.x - go: tip allow_failures: - go: tip