storj/.travis.yml
2018-04-25 11:25:31 -04:00

12 lines
94 B
YAML

language: go
go:
- 1.10.x
before_install:
- make build-dev-deps
script:
- make lint