Skip to content

Commit c6d9c51

Browse files
suofacebook-github-bot
authored andcommitted
fix for clang-tidy (pytorch#16164)
Summary: It turns out that clang-tidy is bundled with travis's standard trusty distribution, so no need to install it manually. Pull Request resolved: pytorch#16164 Differential Revision: D13738986 Pulled By: suo fbshipit-source-id: d0cd76c615625b2ed7f18951289412989f15849d
1 parent 292edfb commit c6d9c51

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,5 @@ matrix:
3434
script: cd docs/cpp/source && ./check-doxygen.sh
3535
- env: CLANG_TIDY
3636
python: "3.6"
37-
addons:
38-
apt:
39-
sources:
40-
- ubuntu-toolchain-r-test
41-
- llvm-toolchain-trusty
42-
packages: clang-tidy
4337
script: tools/run-clang-tidy-in-ci.sh
4438

0 commit comments

Comments
 (0)