We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d911a commit 50566deCopy full SHA for 50566de
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+ - 0.4
4
+ - 0.6
5
+ - 0.7 # development version of 0.8, may be unstable
package.json
@@ -78,6 +78,7 @@
78
, "main": "./lib/mongodb/index"
79
, "directories" : { "lib" : "./lib/mongodb" }
80
, "engines" : { "node" : ">=0.4.0" }
81
+, "scripts": { "test" : "make test" }
82
, "licenses" : [ { "type" : "Apache License, Version 2.0"
83
, "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]
84
}
0 commit comments