From 35298f97793d2b875a349db852b17ba979cf5e13 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 4 Feb 2016 17:01:33 -0800 Subject: Fixed definition of extensions, and added CommonJS tests to Travis. --- js/gulpfile.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/gulpfile.js') diff --git a/js/gulpfile.js b/js/gulpfile.js index bdc4212b..d8f8ef4a 100644 --- a/js/gulpfile.js +++ b/js/gulpfile.js @@ -88,3 +88,7 @@ gulp.task('test_commonjs', ['make_commonjs_out'], function (cb) { cb(err); }); }); + +gulp.task('test', ['test_closure', 'test_commonjs'], function(cb) { + cb(); +}); -- cgit v1.2.3