Skip to content
Snippets Groups Projects
Commit c1149889 authored by Patrice Chalin's avatar Patrice Chalin Committed by Kathy Walrath
Browse files

chore(travis): allow dev builds to fail (#423)

parent 4d1dae0c
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@ 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
with_content_shell: true
before_script:
- export DISPLAY=:99.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment