Skip to content

Commit

Permalink
Add support for travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
my8bird committed Feb 1, 2012
1 parent 900341d commit 9adf024
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- 0.6
- 0.7
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://secure.travis-ci.org/my8bird/nodejs-secure-random.png?branch=master)](http://travis-ci.org/my8bird/nodejs-secure-random)


Purpose
-------
Javascripts Math.random is not very random. This library attempts to use the NodeJS crypto library to generate random numbers more randomly. This has not been tested yet using an entropy validator but should be better then the normal randomness.
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"author": "Nathan Landis <[email protected]>",
"version": "0.1.0",
"main": "random",

"scripts": {
"test": "./node_modules/mocha/bin/mocha test_random.js"
},

"dependencies": {
},
"devDependencies": {
Expand Down

0 comments on commit 9adf024

Please sign in to comment.