travis broken

This commit is contained in:
Mark Cavage 2012-02-18 08:26:50 +00:00
parent 4683b1e767
commit 4f68abb364
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
language: node_js
node_js:
- 0.4
- 0.6

View File

@ -34,6 +34,6 @@
"node-uuid": "1.3.3"
},
"scripts": {
"test": "./node_modules/.bin/tap ./tst"
"test": "./node_modules/.bin/tap ./test"
}
}