test: log node version to stdout for circleci issues

This commit is contained in:
Jared Allard
2016-02-24 15:56:06 -08:00
parent d9d43332c6
commit b526d16298
+1 -1
View File
@@ -12,7 +12,7 @@
}
],
"scripts": {
"test": "node_modules/.bin/mocha --reporter mocha-circleci-reporter test/test.js"
"test": "echo node: $(node -v) && node_modules/.bin/mocha --reporter mocha-circleci-reporter test/test.js"
},
"repository": {
"type": "git",