Skip to content

Commit 63f7784

Browse files
Travis: install particular version of clang-format and swiftformat. (#4127)
1 parent 65ec051 commit 63f7784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- stage: checks
1818
# This only needs to be run once, so restrict it to an arbitrary combination
1919
before_install:
20-
- brew install clang-format
21-
- brew install swiftformat
20+
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e3496d9/Formula/clang-format.rb
21+
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/7963c3d/Formula/swiftformat.rb
2222
- pip install flake8
2323
script:
2424
- ./scripts/check.sh --test-only

0 commit comments

Comments
 (0)