appveyor.yml raw

   1  # This currently does nothing. We have moved to GitHub action, but this is kept
   2  # until spf13 has disabled this project in AppVeyor.
   3  version: '{build}'
   4  clone_folder: C:\gopath\src\github.com\spf13\afero
   5  environment:
   6    GOPATH: C:\gopath
   7  build_script:
   8  - cmd: >-
   9      go version
  10  
  11