mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
[release/1.4.6] travis: run CI builds against multiple Go versions
(cherry picked from commit bc3b406bff)
This commit is contained in:
parent
27df30f30f
commit
3752507a11
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.4.2
|
- 1.4.2
|
||||||
|
- 1.5.4
|
||||||
|
- 1.6.2
|
||||||
install:
|
install:
|
||||||
# - go get code.google.com/p/go.tools/cmd/goimports
|
# - go get code.google.com/p/go.tools/cmd/goimports
|
||||||
# - go get github.com/golang/lint/golint
|
# - go get github.com/golang/lint/golint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue