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

Commit

Permalink
turn on go11 module (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia committed Mar 19, 2019
1 parent eb72365 commit 16fd214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ go:

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

env:
global:
GO111MODULE=on

before_script:
- GO_FILES=$(find . -iname '*.go' | grep -v /vendor/) # All the .go files, excluding vendor/ if any
- PKGS=$(go list ./... | grep -v /vendor/) # All the import paths, excluding vendor/ if any
Expand Down

0 comments on commit 16fd214

Please sign in to comment.