Skip to content

Commit

Permalink
fix(ci): remove non-existent gulp task from test_e2e_dart
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jeffbcross committed Jun 12, 2015
1 parent 833048f commit 1cf807c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/test_e2e_dart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function killServer () {
serverPid=$!

./node_modules/.bin/gulp build.css.material&
./node_modules/.bin/gulp build.http.example&

trap killServer EXIT

Expand Down

0 comments on commit 1cf807c

Please sign in to comment.