We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
❯ node -v v7.5.0 ❯ more .travis.yml language: node_js node_js: - 7 - 6 cache: directories: - node_modules install: - npm install script: - npm test ❯ travis lint Hooray, .travis.yml looks valid :) ❯ trevor /usr/local/lib/node_modules/trevor/node_modules/yamljs/lib/Parser.js:268 throw new ParseException('Unable to parse.', this.getRealCurrentLineNb() + 1, this.currentLine); ^ Error: Unable to parse.
The text was updated successfully, but these errors were encountered:
Looks like the yaml parser Trevor uses (yamljs) doesn't like the lack of indentation for - items. Thanks for reporting this!
yamljs
-
Sorry, something went wrong.
Hm, I was unable to reproduce the error with your .travis.yml. Could you upload your exact .travis.yml?
@vadimdemedes It' here: https://github.com/sudweb/talks/blob/master/.travis.yml
No branches or pull requests
The text was updated successfully, but these errors were encountered: