зеркало из https://github.com/github/vulcanizer.git
23 строки
363 B
YAML
23 строки
363 B
YAML
# http://docs.travis-ci.com/user/languages/go/
|
|
language: go
|
|
|
|
go:
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
- "1.12.x"
|
|
|
|
services:
|
|
- docker
|
|
os:
|
|
- linux
|
|
|
|
install: true
|
|
|
|
before_script:
|
|
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.15.0
|
|
|
|
script: script/integration-test
|
|
|
|
notifications:
|
|
email: false
|