mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Run clang-format checks before other phases (flutter/engine#4608)
We now run clang-format checks before running licenses and other tests. Since clang-format runs quickly, this allows these diffs to be caught first, without much real delay to other checks.
This commit is contained in:
parent
ea84dd9118
commit
c709e56e78
@ -6,9 +6,9 @@ sudo: false
|
||||
before_script:
|
||||
- ./travis/setup.sh
|
||||
script:
|
||||
- ./travis/format.sh
|
||||
- ./travis/build.sh
|
||||
- ./travis/test.sh
|
||||
- ./travis/format.sh
|
||||
|
||||
# We don't build the engine or run the tests for the engine on Travis
|
||||
# See testing/run_tests.sh if that's what you're looking for though.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user