Skip to content

Commit

Permalink
travis Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Feb 21, 2014
1 parent 2bd76c8 commit 90217d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,17 @@ Requiring
---------


```
```js
var checker = require('license-checker');

checker.init({
start: '/path/to/start/looking'
}, function(json) {
//The sorted json data
});
```

build status
------------

```
[![Build Status](https://travis-ci.org/davglass/license-checker.png?branch=master)](https://travis-ci.org/davglass/license-checker)

0 comments on commit 90217d0

Please sign in to comment.