diff options
author | Joel Challis <git@zvecr.com> | 2020-12-10 17:01:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 17:01:51 +0000 |
commit | 6c4b6531fe8fed46bec54fae993a1bab8246dd7d (patch) | |
tree | dbe9ad71cbccafee465545cdf7180e65694e4630 /.travis.yml | |
parent | 82bb47a2f12429dda49886571173024cc8b80357 (diff) |
CI: Add workflow for codebase formatting (#7382)
* Add workflow for codebase formatting
* stash
* review comments
* Swap to a more complete push action
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a6533d6130..17f401da45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ addons: - llvm-toolchain-trusty-7 packages: - diffutils - - dos2unix - clang-format-7 - libstdc++-7-dev script: |