storj/.travis.yml
JT Olds 2ef8e581b2 fix travis, and get a clean lint (#32)
* fix travis

* lint fixes

* travis: enable tests

* fix some tests, disable a broken eestream test for now
2018-05-08 18:02:01 -04:00

14 lines
137 B
YAML

language: go
go:
- 1.10.x
before_install:
- source scripts/travis-deps.sh
install:
- make build-dev-deps
script:
- make test