Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f6c9e0f0 authored by Adam Powers's avatar Adam Powers
Browse files

Fixing Travis build errors

parent 77fd8abe
No related branches found
No related tags found
No related merge requests found
language: node_js language: node_js
node_js: node_js:
- 0.6 - 'iojs'
- 0.8 - '0.12'
- 0.10 - '0.10'
- 0.12
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"main": "./lib/jsonpath", "main": "./lib/jsonpath",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"nodeunit": "0.8.8" "nodeunit": "0.9.0"
}, },
"scripts": {"test": "./node_modules/.bin/nodeunit test"} "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