From 37c861cc8158026764227510cb884ace22c29d03 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 21 Sep 2019 12:44:39 -0500 Subject: [PATCH] Update travis matrix --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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