From 077b74b1f2d7fe51e5e9d372830cf335493f9053 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Thu, 2 Jul 2020 18:38:44 +0200 Subject: [PATCH] Fix minor issue with Travis config. (#22) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8385934..afaf4d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,5 @@ deploy: script: ./deploy.sh skip_cleanup: true on: - go: "1.14" + go: "1.14.x" tags: true