mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
Added node version to check logs.
This commit is contained in:
parent
f59cfc3114
commit
f0993bfab1
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ gulp.task('pre-test', function () {
|
|||
gulp.task('test', ['pre-test'], function (cb) {
|
||||
var mochaErr;
|
||||
|
||||
console.log('Running tests with node version', process.version);
|
||||
|
||||
gulp.src('test/**/*.js')
|
||||
.pipe(plumber())
|
||||
.pipe(mocha({ reporter: 'spec' }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue