From 19a034968119c1fbc7fcfe0b9b33f0290adeae9e Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 2 Jul 2015 13:33:39 -0700 Subject: [PATCH] chore(build): re-enable dev build for Dart This reverts commit b3fc357a151ea79decbe49e0f55a461b28a1fc58. Closes #2798 --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33320bad8b..655bbd3b4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"