ipld-eth-server/vendor/go.uber.org/fx/.travis.yml

19 lines
182 B
YAML
Raw Normal View History

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