5 Sep
2018
5 Sep
'18
11:54 a.m.
On Wed, 5 Sep 2018 at 12:24, Antoine Pitrou <solipsis@pitrou.net> wrote:
For some reason it seems to be located in a hidden directory (".github/appveyor.yml"). Not the most intuitive decision IMHO. Travis' own config file ".travis.yml" is still at repository root, which makes things more confusing.
Thanks, agreed that's confusing. I'd prefer appveyor.yml to be at the project root, as that's what nearly all projects I deal with do. But at least I know where it is now :-) Paul