TravisCI: add Go 1.7 targets, bump PPA to 1.7 too

pull/2913/head
Péter Szilágyi 8 years ago
parent c2ac4465cd
commit 2fab2b310b
  1. 7
      .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:

Loading…
Cancel
Save