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

13 lines
102 B
YAML

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