Skip to content

Commit

Permalink
Temporarily allow dev check-code to fail (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalrath authored Apr 8, 2019
1 parent 18e51c9 commit 97fceea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ matrix:
# allow_failures:
# - env: TASK="./tool/analyze-and-test-examples.sh"
# dart: stable
allow_failures:
- env: TASK="./tool/check-code.sh"
dart: dev
exclude:
- env: TASK="bundle exec jekyll build"
dart: dev
Expand Down

0 comments on commit 97fceea

Please sign in to comment.