travis-lint
is a tool that checks your .travis.yml
file for possible issues, deprecations and so on.
Supporting the gem, there's also an online version of this tool at lint.travis-ci.org.
gem install travis-lint
travis-lint # inside a dir with .travis.yml
travis-lint ./.travis.yml
travis-lint ~/your/project/.travis.yml
Install dependencies with
bundle install
then run tests with
bundle exec rspec spec
Once you are done with your changes, push a branch and submit a pull request.
Copyright 2014 (c) Travis CI Development Team.
Released under the MIT license.