mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-19 09:30:41 +00:00
Merge pull request #2913 from karalabe/travis-go-1.7
TravisCI: add Go 1.7 targets, bump PPA to 1.7 too
This commit is contained in:
commit
3b39d4d1c1
1 changed files with 5 additions and 2 deletions
|
|
@ -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…
Reference in a new issue