chore(build): re-enable dev build for Dart

This reverts commit b3fc357a15.

Closes #2798
This commit is contained in:
Kevin Moore 2015-07-02 13:33:39 -07:00
parent 883b506445
commit 19a0349681
1 changed files with 1 additions and 4 deletions

View File

@ -24,10 +24,7 @@ env:
matrix:
- MODE=js DART_CHANNEL=dev
- MODE=dart DART_CHANNEL=stable
# Deactivate dev mode for Dart as there are breaking changes.
# Reactivate when https://github.com/angular/angular/issues/2798 is fixed!
# (Note: we need the dev channel as Google3 is close to it and ahead of stable channel)
# - MODE=dart DART_CHANNEL=dev
- MODE=dart DART_CHANNEL=dev
addons:
firefox: "38.0"