This commit is contained in:
Anatoliy Chakkaev 2012-01-16 03:05:15 +04:00
parent 6bc551b9a7
commit 8ddb4d53d8
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- 0.4
- 0.6
before_install: git submodule init && git submodule --quiet update

View File

@ -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"