travis-ci / travis-yaml

parses, normalizes, validates and serializes your .travis.yml
http://yaml.travis-ci.org/
MIT License
170 stars 66 forks source link

Support for .travis.yaml #127

Closed petk closed 6 years ago

petk commented 6 years ago

Hello, this one is more of a consistency issue and technically not a bug, but YAML specification recommends to use *.yaml instead of *.yml:

See http://www.yaml.org/faq.html for a reference. Should Travis comply with this also or is it too much of an issue to sync this for using also .travis.yaml?

Thanks.