diff --git a/.travis.yml b/.travis.yml index 1ac5237..86d6703 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,10 @@ addons: postgresql: "9.6" go: - - 1.10.x - - 1.11.x + - 1.10 + - 1.11 + - 1.12 + - 1.13 before_install: - ./script/check_formatting.sh