There was an error while loading. Please reload this page.
1 parent b3d98cb commit b3fc357Copy full SHA for b3fc357
.travis.yml
@@ -24,7 +24,10 @@ env:
24
matrix:
25
- MODE=js DART_CHANNEL=dev
26
- MODE=dart DART_CHANNEL=stable
27
- - MODE=dart DART_CHANNEL=dev
+ # 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
31
32
addons:
33
firefox: "38.0"
0 commit comments