Skip to content

Commit

Permalink
TravisCI: add Go 1.7 targets, bump PPA to 1.7 too
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Aug 17, 2016
1 parent c2ac446 commit 2fab2b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2fab2b3

Please sign in to comment.