ipld-eth-server/vendor/go.uber.org/fx/.travis.yml
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

19 lines
182 B
YAML

language: go
sudo: false
go_import_path: go.uber.org/fx
go:
- "1.10.4"
- "1.11"
- tip
cache:
directories:
- vendor
install:
- make dependencies
script:
- make ci