Fix Appveyor script to use new cmd location

Signed-off-by: Ivan Markin <sw@nogoegst.net>
This commit is contained in:
Ivan Markin
2018-03-04 19:36:31 +00:00
parent fe9351b257
commit 3b022acb4f

View File

@@ -10,7 +10,7 @@ environment:
clone_folder: c:\gopath\src\github.com\docker\machine
build_script:
- go build -i -o ./bin/docker-machine.exe ./cmd/machine.go
- go build -i -o ./bin/docker-machine.exe ./cmd/docker-machine
test_script:
- powershell -Command go test -v ./libmachine/shell