14 lines
182 B
YAML
14 lines
182 B
YAML
dist: trusty
|
|
language: go
|
|
go:
|
|
- 1.9
|
|
|
|
go_import_path: github.com/vulcanize/eth-block-extractor
|
|
|
|
before_install:
|
|
# ginkgo golint dep
|
|
- make installtools
|
|
|
|
script:
|
|
- make test
|