diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e988672..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: node_js -sudo: false -node_js: - - stable - - 4 diff --git a/Gulpfile.js b/Gulpfile.js index a5d7a39..8c1e7d3 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -49,6 +49,7 @@ gulp.src('src/**/*.js') }); gulp.task('coveralls', ['test'], function(){ + process.env.COVERALLS_SERVICE_JOB_ID = process.env.APPVEYOR_BUILD_NUMBER gulp.src('coverage/**/lcov.info') .pipe(coveralls()) });