From 6aa8759bfd84b501e9907264ecab474a8bdece86 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 8 Nov 2017 14:47:40 -0800 Subject: [PATCH] travis.yml: Fix travis to publish master images --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f914ba6..7c796483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,6 @@ deploy: skip_cleanup: true on: branch: master - go: '1.8.3' + go: '1.8.x' notifications: email: change