pass git commit

This commit is contained in:
Tommy Parnell
2016-03-13 01:02:55 -05:00
parent 8291d507ac
commit 77a0fe3a40

View File

@@ -49,7 +49,8 @@ gulp.src('src/**/*.js')
}); });
gulp.task('coveralls', ['test'], function(){ gulp.task('coveralls', ['test'], function(){
process.env.COVERALLS_SERVICE_JOB_ID = process.env.APPVEYOR_BUILD_NUMBER process.env.COVERALLS_SERVICE_JOB_ID = process.env.APPVEYOR_BUILD_NUMBER;
process.env.COVERALLS_GIT_COMMIT = process.env.APPVEYOR_REPO_COMMIT;
gulp.src('coverage/**/lcov.info') gulp.src('coverage/**/lcov.info')
.pipe(coveralls()) .pipe(coveralls())
}); });