Skip to content

Commit

Permalink
added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jul 30, 2014
1 parent f4dc063 commit d0d22d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.10"
4 changes: 3 additions & 1 deletion README.md
@@ -1,11 +1,13 @@
# generate-function

A module that helps you generate functions in Node
Module that helps you write generated functions in Node

```
npm install generate-function
```

[![build status](http://img.shields.io/travis/mafintosh/generate-function.svg?style=flat)](http://travis-ci.org/mafintosh/generate-function)

## Disclamer

Writing code that generates code is hard.
Expand Down

0 comments on commit d0d22d8

Please sign in to comment.