ipld-eth-server/vendor/github.com/vulcanize/eth-block-extractor/.travis.yml

14 lines
182 B
YAML
Raw Normal View History

2019-04-11 18:19:10 +00:00
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