grunt-travis
v0.2.3
Published
Create and validate travis yaml files from your grunt config.
Downloads
1
Readme
grunt-travis
Validate and create travis yaml files.
Dependencies
You must install the travis-lint gem.
gem install travis-lint
Limitations
Currently the travis-lint script gem is outdated. So with node it says the versions are out of date. They have been fixed in the repository but not pushed out. So it will give you an error there. To work around this currently only use node 0.6.
Getting Started
Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: npm install grunt-travis
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-travis');
Options
travis: {
src: ".travis.yml"
}
License
Copyright (c) 2012 Alex Rhea Licensed under the MIT license.