diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index a7063238d..000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: "{build}" -clone_folder: c:\go\src\k8s.io\helm -environment: - GOPATH: c:\go - GOCACHE: c:\go\cache - PATH: c:\ProgramData\bin;$(PATH) -install: - - ps: iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/gofish/master/scripts/install.ps1')) - - gofish init - - gofish install dep - - go version - - dep ensure -vendor-only -v -cache: - - c:\go\pkg\dep -> Gopkg.lock - - c:\go\cache -build: "off" -deploy: "off" -test_script: - - go build .\cmd\... - - go test .\...