Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 1ecd916

Browse files
authored
Merge pull request #542 from davecheney/appveyor
Adjust appveyor build script to automatically exclude vendor/
2 parents 3dc78df + a955a58 commit 1ecd916

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

appveyor.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,5 @@ build: false
3333
deploy: false
3434

3535
test_script:
36-
- go build
37-
- go test .
38-
- go test ./cmd/dep
39-
- go test ./internal/gps
40-
- go test ./internal/gps/internal
41-
- go test ./internal/gps/internal/fs
42-
- go test ./internal/gps/pkgtree
43-
- go test ./internal
44-
- go test ./test
36+
- go build github.com/golang/dep/cmd/dep
37+
- for /f "" %%G in ('go list github.com/golang/dep/... ^| find /i /v "/vendor/"') do @go test %%G

0 commit comments

Comments
 (0)