Skip to content

Commit

Permalink
Set up on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ng authored and mde committed Sep 18, 2013
1 parent 0843df6 commit 37b86e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.8"
script: ./bin/cli.js test --trace
2 changes: 2 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
### Jake -- JavaScript build tool for Node.js ### Jake -- JavaScript build tool for Node.js


[![Build Status](https://travis-ci.org/mde/jake.png?branch=master)](https://travis-ci.org/mde/jake)

### Installing with [NPM](http://npmjs.org/) ### Installing with [NPM](http://npmjs.org/)


Install globally with: Install globally with:
Expand Down

0 comments on commit 37b86e0

Please sign in to comment.