...

Text file src/github.com/spf13/afero/appveyor.yml

Documentation: github.com/spf13/afero

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

View as plain text