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:
Chris Bracken 2018-01-29 14:59:10 -08:00 committed by GitHub
parent ea84dd9118
commit c709e56e78

View File

@ -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.