mirror of https://github.com/status-im/op-geth.git
travis: run CI builds against multiple Go versions
This commit is contained in:
parent
2d7d7ef2fe
commit
bc3b406bff
|
@ -1,6 +1,8 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.4.2
|
||||
- 1.5.4
|
||||
- 1.6.2
|
||||
install:
|
||||
# - go get code.google.com/p/go.tools/cmd/goimports
|
||||
# - go get github.com/golang/lint/golint
|
||||
|
|
Loading…
Reference in New Issue