Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5e83ff30 authored by Norbert Csaba Herczeg's avatar Norbert Csaba Herczeg
Browse files

Package and travis config fix

parent 97dea483
Branches
Tags
No related merge requests found
language: node_js
node_js:
- 0.6
- 0.8
\ No newline at end of file
- 0.8
- 0.10
- 0.12
\ No newline at end of file
......@@ -30,5 +30,5 @@
"devDependencies": {
"nodeunit": "*"
},
"scripts": {"test": "node_modules/nodeunit/bin/nodeunit test/test.*.js"}
"scripts": {"test": "./node_modules/.bin/nodeunit test"}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment