Sign in
fuchsia
/
third_party
/
github.com
/
census-instrumentation
/
opencensus-go
/
17d7955af9d42886455ce010dd46878208041a58
/
.
/
.travis.yml
blob: bd6b66ee83d348c8a1872029972d25ce2307b759 [
file
] [
log
] [
blame
]
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