From ec51bd82fad9904b38a1d7ddf50796b2ca5269eb Mon Sep 17 00:00:00 2001 From: Mikhail Losev Date: Wed, 26 Jan 2022 13:52:29 +0300 Subject: [PATCH] Remove outdated gulp task (#2729) * remove outdated gulp task * test * test 2 * test 3 * 4 * 1 --- Gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index 8b019c399..8d442d328 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -227,4 +227,3 @@ gulp.step('test-functional-testcafe-run', gulpRunCommand([ gulp.task('test-functional-testcafe', gulp.series(BUILD_TASK, 'test-functional-testcafe-run')); -gulp.task('travis', process.env.GULP_TASK ? gulp.series(process.env.GULP_TASK) : () => {});