mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
18 lines
231 B
YAML
18 lines
231 B
YAML
language: go
|
|
|
|
go_import_path: go.opencensus.io
|
|
|
|
go:
|
|
- 1.11.x
|
|
|
|
env:
|
|
global:
|
|
GO111MODULE=on
|
|
|
|
before_script:
|
|
- make install-tools
|
|
|
|
script:
|
|
- make travis-ci
|
|
- go run internal/check/version.go # TODO move this to makefile
|