Skip to content

Commit

Permalink
rebasing to openmason
Browse files Browse the repository at this point in the history
  • Loading branch information
openmason committed Dec 26, 2012
1 parent 59e731f commit 94e6e3b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,4 +1,3 @@
language: node_js
node_js:
- 0.6
- 0.8
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,10 @@
"kue" : ">= 0.3.3",
"cron" : ">= 0.1.3"
},
"devDependencies": [],
"devDependencies": {
"mocha" : ">= 1.6.0",
"should" : ">= 1.2.0"
},
"keywords": ["cloudd", "job", "cluster", "scheduler", "workflow", "queue", "task"],
"repository": {"type":"git", "url": "git://github.com/openmason/cloudd"},
"main": "index",
Expand Down
10 changes: 10 additions & 0 deletions test/basic.js
@@ -0,0 +1,10 @@
var cloudd=require('..');
var assert=require('assert');

// nothing for now
describe('basic', function() {
before(function(done) {
done();
});

});
3 changes: 3 additions & 0 deletions test/mocha.opts
@@ -0,0 +1,3 @@
--require should
--growl

0 comments on commit 94e6e3b

Please sign in to comment.