Skip to content

Commit

Permalink
Remove outdated gulp task (#2729)
Browse files Browse the repository at this point in the history
* remove outdated gulp task

* test

* test 2

* test 3

* 4

* 1
  • Loading branch information
miherlosev committed Jan 26, 2022
1 parent de079f3 commit ec51bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gulpfile.js
Expand Up @@ -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) : () => {});

0 comments on commit ec51bd8

Please sign in to comment.