ipld-eth-server/vendor/go.uber.org/dig/.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
273 B
YAML

language: go
sudo: false
go_import_path: go.uber.org/dig
matrix:
include:
- go: "1.10"
- go: "1.11"
env: LINT=1
cache:
directories:
- vendor
install:
- make dependencies
script:
- test -z "$LINT" && echo "Skipping lint" || make lint
- make ci