Skip to content

Commit 71a729c

Browse files
committed
damnit windows
1 parent 0b05170 commit 71a729c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ install:
1818
# install the task executor
1919
- curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
2020
- 7z e task.zip -o$(GOPATH)\bin
21-
- dir $(GOPATH)\bin
2221
# golang dependencies needed at test time
2322
- go get github.com/golangci/govet
2423
- go get golang.org/x/lint/golint
@@ -31,4 +30,4 @@ install:
3130
- 7z e protoc.zip -o$(GOPATH)
3231

3332
test_script:
34-
- task test-integration
33+
- task.exe test-integration

0 commit comments

Comments
 (0)