build(dart): Make Dart dev build required

Previously, we allowed the Dart dev build to fail presubmit tests.
Make it a required build from now on.

Closes #6410
This commit is contained in:
Tim Blasi 2016-01-12 13:47:21 -08:00 committed by Alex Eagle
parent b008f542fa
commit a199772508
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ matrix:
allow_failures:
- env: "MODE=saucelabs_optional DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
- env: "MODE=browserstack_optional DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
# TODO(alxhub): remove when dartdoc #1039 is in dev channel
- env: "MODE=dart DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
addons:
firefox: "38.0"