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
This commit is contained in:
Jeff Cross 2015-06-12 12:00:03 -07:00
parent 833048f310
commit 1cf807c319
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ function killServer () {
serverPid=$!
./node_modules/.bin/gulp build.css.material&
./node_modules/.bin/gulp build.http.example&
trap killServer EXIT