Skip to content

Commit

Permalink
add .travis.yml file and test Travis execution
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Feb 25, 2014
1 parent 2b51023 commit 4b4b4d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js

node_js:
- '0.11'
- '0.10'
- '0.8'
- '0.6'

# NOTE - TravisCI for Nodejs defaults to `npm test`.
# More info here, http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Default-Test-Script

0 comments on commit 4b4b4d3

Please sign in to comment.