From 65f8d1ba9b87712605fcc3ef5244035875eff3bd Mon Sep 17 00:00:00 2001 From: Dj Gilcrease Date: Thu, 14 Nov 2019 18:34:32 -0800 Subject: [PATCH] add go1.13 to the supported versions of go --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3a65f3e08..3be72ffe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - "1.11" - "1.12" + - "1.13" go_import_path: gopkg.in/src-d/go-git.v4