From 2fab2b310b19d0865140a9527bb6f2d257318bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 17 Aug 2016 09:49:40 +0300 Subject: [PATCH] TravisCI: add Go 1.7 targets, bump PPA to 1.7 too --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0fd4b7758..556397b0a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,16 @@ matrix: - os: linux dist: trusty go: 1.6.2 + - os: linux + dist: trusty + go: 1.7 - os: osx - go: 1.6.2 + go: 1.7 # This builder does the PPA upload (and nothing else). - os: linux dist: trusty - go: 1.6.2 + go: 1.7 env: PPA addons: apt: