2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-12 22:02:23 +00:00
restic/vendor/go.opencensus.io/.travis.yml

18 lines
231 B
YAML
Raw Normal View History

2019-01-27 20:07:57 +00:00
language: go
2019-04-24 10:32:52 +00:00
go_import_path: go.opencensus.io
2019-01-27 20:07:57 +00:00
go:
- 1.11.x
2019-04-24 10:32:52 +00:00
env:
global:
GO111MODULE=on
2019-01-27 20:07:57 +00:00
before_script:
2019-04-24 10:32:52 +00:00
- make install-tools
2019-01-27 20:07:57 +00:00
script:
2019-04-24 10:32:52 +00:00
- make travis-ci
- go run internal/check/version.go # TODO move this to makefile