forked from cerc-io/ipld-eth-server
36533f7c3f
Fixes for new geth version
14 lines
161 B
YAML
14 lines
161 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6.2
|
|
- tip
|
|
|
|
allowed_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get -d -v ./... && go install -race -v ./...
|
|
|
|
script: go test -race -v ./...
|