Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit d8e29d7

Browse files
committed
Improve appveyor config
1 parent 49f12d7 commit d8e29d7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

appveyor.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
version: "{build}"
22
shallow_clone: true
33
clone_folder: c:\gopath\src\github.com\sourcegraph\cloneproxy
4+
skip_branch_with_pr: true
5+
46
environment:
57
GOPATH: c:\gopath
8+
69
install:
710
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
8-
- echo %PATH%
9-
- echo %GOPATH%
1011
- go version
11-
- go env
12-
build_script:
13-
- go test -v ./...
12+
13+
build: off
14+
15+
test_script:
16+
- go test -v ./...

0 commit comments

Comments
 (0)