diff --git a/.travis.yml b/.travis.yml index 33b4524..9c15cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.7.x - 1.8.x - 1.9.x + - 1.10.x - tip script: script/test -v