From 1cf807c3195b0133570c5f4197c33ca1a14dd9e8 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Fri, 12 Jun 2015 12:00:03 -0700 Subject: [PATCH] fix(ci): remove non-existent gulp task from test_e2e_dart The `build.http.example` task was removed from gulp and replaced by another task, but a reference to the task was not removed from `test_e2e_dart.sh`. Fixes #2509 --- scripts/ci/test_e2e_dart.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci/test_e2e_dart.sh b/scripts/ci/test_e2e_dart.sh index 199dcd824b..009575d1ba 100755 --- a/scripts/ci/test_e2e_dart.sh +++ b/scripts/ci/test_e2e_dart.sh @@ -16,7 +16,6 @@ function killServer () { serverPid=$! ./node_modules/.bin/gulp build.css.material& -./node_modules/.bin/gulp build.http.example& trap killServer EXIT