Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Remove allow_failures for dev channel (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and kwalrath committed Jun 16, 2017
1 parent f417471 commit 28d9adf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ sudo: false
dart:
- stable
- dev
env: # important: w/o this top-level env, no job will be allowed to fail.
matrix:
allow_failures:
- dart: dev
## The dev channel is stable enough, report failures now.
# env: # important: w/o this top-level env, no job will be allowed to fail.
# matrix:
# allow_failures:
# - dart: dev
with_content_shell: true
before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit 28d9adf

Please sign in to comment.