Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
support and test node 0.8 and 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Apr 20, 2013
1 parent dd2a9cb commit b9ad01d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ before_install:
- sudo apt-get install libgmp3-dev

node_js:
- 0.6
- 0.8
- "0.10"

notifications:
email:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"scripts": {
"start": "node bin/certifier",
"test": "mocha --globals JSV,initializer -R spec tests.js"
},
"engines": {
"node": ">= 0.8.0"
}
}

0 comments on commit b9ad01d

Please sign in to comment.