4a96126d5a
This reverts commit eb74ca61fc4dcb7038f39defb127d5d639ba0ca1.
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
|