Inclusion of tape tests in new test target for travis

This commit is contained in:
knsv
2014-12-21 11:25:31 +01:00
parent a83639addd
commit 307c599a0e
9 changed files with 268 additions and 112 deletions

View File

@@ -37,6 +37,7 @@ gulp.task('jison2', function() {
});
gulp.task('dist', ['slimDist', 'fullDist','jasmine']);
gulp.task('rdist', ['slimDist', 'fullDist']);
var jasmine = require('gulp-jasmine');
@@ -166,3 +167,5 @@ gulp.task('lint', function() {
.pipe(jshint())
.pipe(jshint.reporter(stylish));
});
gulp.task('test',['coverage','tape']);