From f25f882e07691cc92b733b5146e7459ec22fb979 Mon Sep 17 00:00:00 2001
From: Eric Chiang <eric.chiang@coreos.com>
Date: Mon, 27 Jun 2016 16:32:23 -0700
Subject: [PATCH] build with go 1.6 and actually push to quay

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 76ad6315..6985023f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ deploy:
   skip_cleanup: true
   on:
     branch: master
-    go: '1.5.3'
+    go: '1.6.2'
     condition: "$TRAVIS_PULL_REQUEST = false"
 
 notifications:
-- 
GitLab