We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ec051 commit 63f7784Copy full SHA for 63f7784
.travis.yml
@@ -17,8 +17,8 @@ jobs:
17
- stage: checks
18
# This only needs to be run once, so restrict it to an arbitrary combination
19
before_install:
20
- - brew install clang-format
21
- - brew install swiftformat
+ - brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e3496d9/Formula/clang-format.rb
+ - brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/7963c3d/Formula/swiftformat.rb
22
- pip install flake8
23
script:
24
- ./scripts/check.sh --test-only
0 commit comments