Merge pull request #2913 from karalabe/travis-go-1.7

TravisCI: add Go 1.7 targets, bump PPA to 1.7 too
pull/2885/head
Nick Johnson 8 years ago committed by GitHub
commit 3b39d4d1c1
  1. 7
      .travis.yml

@ -12,13 +12,16 @@ matrix:
- os: linux - os: linux
dist: trusty dist: trusty
go: 1.6.2 go: 1.6.2
- os: linux
dist: trusty
go: 1.7
- os: osx - os: osx
go: 1.6.2 go: 1.7
# This builder does the PPA upload (and nothing else). # This builder does the PPA upload (and nothing else).
- os: linux - os: linux
dist: trusty dist: trusty
go: 1.6.2 go: 1.7
env: PPA env: PPA
addons: addons:
apt: apt:

Loading…
Cancel
Save