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

Commit 528e91e

Browse files
committed
Adjust appveyor.yml for test -> internal/test move
1 parent 1d53807 commit 528e91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ deploy: false
3434

3535
test_script:
3636
- 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
37+
- for /f "" %%G in ('go list github.com/golang/dep/... ^| find /i /v "/vendor/"') do @go test %%G

0 commit comments

Comments
 (0)