Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 16fd214

Browse files
authored
turn on go11 module (#110)
1 parent eb72365 commit 16fd214

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ go:
55

66
go_import_path: contrib.go.opencensus.io/exporter/stackdriver
77

8+
env:
9+
global:
10+
GO111MODULE=on
11+
812
before_script:
913
- GO_FILES=$(find . -iname '*.go' | grep -v /vendor/) # All the .go files, excluding vendor/ if any
1014
- PKGS=$(go list ./... | grep -v /vendor/) # All the import paths, excluding vendor/ if any

0 commit comments

Comments
 (0)