Skip to content

Commit

Permalink
Run clang-format checks before other phases (flutter#4608)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cbracken authored Jan 29, 2018
1 parent c10c417 commit 6daf379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6daf379

Please sign in to comment.