2018-04-25 15:55:26 +01:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
|
|
|
- 1.10.x
|
|
|
|
|
2018-09-11 14:13:25 +01:00
|
|
|
git:
|
|
|
|
depth: 1
|
|
|
|
|
2018-07-25 22:47:02 +01:00
|
|
|
services:
|
|
|
|
- redis
|
2018-09-13 17:55:14 +01:00
|
|
|
- docker
|
2018-07-25 22:47:02 +01:00
|
|
|
|
2018-04-25 15:55:26 +01:00
|
|
|
before_install:
|
2018-05-08 23:02:01 +01:00
|
|
|
- source scripts/travis-deps.sh
|
|
|
|
|
|
|
|
install:
|
2018-04-25 15:55:26 +01:00
|
|
|
- make build-dev-deps
|
2018-09-11 14:13:25 +01:00
|
|
|
- go install -v ./...
|
2018-04-25 16:22:20 +01:00
|
|
|
|
|
|
|
script:
|
2018-09-11 14:13:25 +01:00
|
|
|
- make lint
|
2018-06-26 12:48:02 +01:00
|
|
|
- make test
|
2018-09-11 14:13:25 +01:00
|
|
|
- goveralls -coverprofile=.coverprofile -service=travis-ci
|
2018-08-14 17:58:16 +01:00
|
|
|
- make test-captplanet
|
2018-09-13 17:55:14 +01:00
|
|
|
- make binaries
|