micro/.travis.yml

18 lines
496 B
YAML
Raw Normal View History

2015-10-27 17:13:32 +03:00
language: go
go:
2019-10-01 20:33:26 +03:00
- 1.13.x
2019-05-31 15:05:03 +03:00
env:
- GO111MODULE=on IN_TRAVIS_CI=yes
before_script:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
script:
- golangci-lint run || true
- go test -v -race ./... || true
- go test -v ./...
2015-12-09 22:59:52 +03:00
notifications:
slack:
secure: aEvhLbhujaGaKSrOokiG3//PaVHTIrc3fBpoRbCRqfZpyq6WREoapJJhF+tIpWWOwaC9GmChbD6aHo/jMUgwKXVyPSaNjiEL87YzUUpL8B2zslNp1rgfTg/LrzthOx3Q1TYwpaAl3to0fuHUVFX4yMeC2vuThq7WSXgMMxFCtbc=
2019-08-03 17:16:30 +03:00
cache:
directories:
- $GOPATH/pkg/mod