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

Travis build fix and optimisation #87

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Skip unnecessary travis_install_go_dependencies step in pipeline
  • Loading branch information
HariniVS committed Aug 5, 2020
commit 772b837485e8ff58600006c52d730d1a4400a217
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ go:

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

install: skip

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