storj/.travis.yml

24 lines
299 B
YAML
Raw Normal View History

2018-04-25 15:55:26 +01:00
language: go
go:
- 1.10.x
git:
depth: 1
services:
- redis
2018-04-25 15:55:26 +01:00
before_install:
- source scripts/travis-deps.sh
install:
2018-04-25 15:55:26 +01:00
- make build-dev-deps
- go install -v ./...
2018-04-25 16:22:20 +01:00
script:
- make lint
- make test
- goveralls -coverprofile=.coverprofile -service=travis-ci
- make test-captplanet