Skip to content

Commit 88afae1

Browse files
committed
chore(ci): Allow failures in Dart dev channel test until dartdoc bug is fixed.
1 parent cf7292f commit 88afae1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ matrix:
5050
- env: "MODE=saucelabs DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
5151
- env: "MODE=browserstack DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
5252
- env: "MODE=dart_experimental DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
53+
# TODO(alxhub): remove when dartdoc #1039 is in dev channel
54+
- env: "MODE=dart DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
5355

5456
addons:
5557
firefox: "38.0"

0 commit comments

Comments
 (0)