Travis
This commit is contained in:
parent
6bc551b9a7
commit
8ddb4d53d8
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.4
|
||||
- 0.6
|
||||
before_install: git submodule init && git submodule --quiet update
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "nodeunit test/*_test.js"
|
||||
"test": "./support/nodeunit/bin/nodeunit test/*_test.js"
|
||||
},
|
||||
"engines": [
|
||||
"node >= 0.4.0"
|
||||
|
|
Loading…
Reference in New Issue