2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-26 16:48:29 +00:00

18 lines
231 B
YAML
Raw Normal View History

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