Merge branch 'refactor'

This commit is contained in:
Tommy Parnell
2016-03-12 23:34:13 -05:00
2 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
language: node_js
sudo: false
node_js:
- stable
- 4

View File

@@ -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())
});