Skip to content

Commit

Permalink
Merge pull request #122 from jigardafda/master
Browse files Browse the repository at this point in the history
added travis configuration file and badge
  • Loading branch information
SolomoN-ua committed Dec 1, 2015
2 parents 255219d + f9ac958 commit d88f809
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.12"
- "0.10"
before_install: npm install -g grunt-cli
install: npm install
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

load-grunt-config is a Grunt library that allows you to break up your Gruntfile config by task. For most small projects a single Gruntfile.js is perfect. But as a project grows, the Gruntfile.js can quickly become unmanagable; this is where load-grunt-config comes in handy. It was heavily inspired by [Thomas Boyt's "More Maintainable Gruntfiles"](http://www.thomasboyt.com/2013/09/01/maintainable-grunt.html).

[![Build Status](https://travis-ci.org/firstandthird/load-grunt-config.svg?branch=master)](https://travis-ci.org/firstandthird/load-grunt-config)

##Features

- Each task has its own config file. Example: jshint.js, mocha.js, etc.
Expand Down

0 comments on commit d88f809

Please sign in to comment.