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

false positive: utf-8 characters break travis, but travis-yaml is okay #55

Open stapelberg opened 9 years ago

stapelberg commented 9 years ago

I committed the following .travis.yml: https://raw.githubusercontent.com/robustirc/robustirc/384f0e855635e7da90800f4d080aa569c63cd5e7/.travis.yml

Copy&pasting this into http://lint.travis-ci.org/ leads to “Hooray, your .travis.yml seems to be solid!”, but travis tells me that an error occured parsing my .travis.yml file (see screenshot).

This commit makes travis work: https://github.com/robustirc/robustirc/commit/e2f22973e21ce002f86124d0c7f0a50400c69fd5

image