From 368b60b7e6e9162429b1b77a8910d7417a47d32c Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 28 Mar 2020 09:32:30 -0500 Subject: [PATCH] Run CI on 1.14 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0806f5c..b23c8fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ go: - "1.11" - "1.12" - "1.13" + - "1.14" before_install: - ./script/check_formatting.sh