Skip to content

Commit b3fc357

Browse files
committed
chore(build): temporarily deactivate dev build for Dart
Please revert when angular#2798 is closed!
1 parent b3d98cb commit b3fc357

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ env:
2424
matrix:
2525
- MODE=js DART_CHANNEL=dev
2626
- MODE=dart DART_CHANNEL=stable
27-
- MODE=dart DART_CHANNEL=dev
27+
# Deactivate dev mode for Dart as there are breaking changes.
28+
# Reactivate when https://github.com/angular/angular/issues/2798 is fixed!
29+
# (Note: we need the dev channel as Google3 is close to it and ahead of stable channel)
30+
# - MODE=dart DART_CHANNEL=dev
2831

2932
addons:
3033
firefox: "38.0"

0 commit comments

Comments
 (0)