If you are a developer probably you already know the travis-ci.org continuous integration service and this kind of image status:
Adding CI support to your software hosted on github.com is very easy:
- add a file named .travis.yml to your repository, it's a YAML configuration file
- got to travis-ci and enable CI for your repo
The question is: how you can check the .travis.yml syntax? And deprecations or possible issues without having to lose time with failed builds?
The answer is travis-lint.
travis-lint
travis-lint is a tool that check your .travis.yml for possible issues, deprecations and so on. It's recommended for all travis-ci.org users.How to install travis-lint
If you have already installed the gem utility it requires you just one command:gem install travis-lint
No comments:
Post a Comment
Note: only a member of this blog may post a comment.