appveyor.yml 255 B

123456789101112131415161718192021
  1. version: build-{build}.{branch}
  2. clone_folder: C:\gopath\src\github.com\Masterminds\goutils
  3. shallow_clone: true
  4. environment:
  5. GOPATH: C:\gopath
  6. platform:
  7. - x64
  8. build: off
  9. install:
  10. - go version
  11. - go env
  12. test_script:
  13. - go test -v
  14. deploy: off