0.2.3 • Published 11 years ago

grunt-travis v0.2.3

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

grunt-travis Build Status

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 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.

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago