Skip to content

pwmckenna/node-travis-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Lint your travis.yml file

Getting Started

Install the module with: npm install travis-lint

var lint = require('travis-lint');
lint(fs.readFileSync('.travis.yml'), function (err, warnings) {
    // warnings is an array of the issues with your yml file
});

Install with cli command

$ npm install -g travis-lint
$ travis-lint .travis.yml

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2014 Patrick Williams
Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •