atom / ci

Build your Atom packages

Home Page:https://atom.io/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis script throws an error if package doesn't contain a spec folder

mnquintana opened this issue · comments

Refs https://travis-ci.org/atom/language-text/builds/99831825

If a package doesn't have a spec folder (like many language packages still), then it seems like the Travis script throws an error. Although we definitely should encourage packages to have specs, this strikes me as a bit of a deceptive blow up – I think we should either throw a more helpful error (e.g. ~"plz add specs") or not blow up in the absence of specs.

I'd recommend erring on the side of adding a more helpful message.