Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
update ci.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pqv199x authored and thanhnguyennguyen committed Nov 11, 2019
1 parent 33aafad commit 82ae3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func doInstall(cmdline []string) {
if flag.NArg() > 0 {
packages = flag.Args()
}
packages = build.ExpandPackagesNoVendor(packages)
// packages = build.ExpandPackagesNoVendor(packages)

if *arch == "" || *arch == runtime.GOARCH {
goinstall := goTool("install", buildFlags(env)...)
Expand Down Expand Up @@ -225,7 +225,7 @@ func doTest(cmdline []string) {
if len(flag.CommandLine.Args()) > 0 {
packages = flag.CommandLine.Args()
}
packages = build.ExpandPackagesNoVendor(packages)
// packages = build.ExpandPackagesNoVendor(packages)

// Run analysis tools before the tests.
// build.MustRun(goTool("vet", packages...))
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ require (
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/nsf/termbox-go v0.0.0-20170211012700-3540b76b9c77 // indirect
Expand Down

0 comments on commit 82ae3a4

Please sign in to comment.