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

Linter incorrectly says `dist: trusty` needs a feature flagged repo #79

Closed edmorley closed 8 years ago

edmorley commented 8 years ago
  1. Visit http://lint.travis-ci.org/
  2. Paste the config from https://emorley.pastebin.mozilla.org/8856463

Expected: No error about using dist: trusty

Actual: "your repository must be feature flagged for the dist setting to be used"

Whereas the blog post says it's open to all: https://blog.travis-ci.com/2015-10-14-opening-up-ubuntu-trusty-beta/

Will open a PR shortly.