Skip to content

Commit

Permalink
Set run-clang-tidy path
Browse files Browse the repository at this point in the history
  • Loading branch information
feragon committed Oct 7, 2018
1 parent 3441b67 commit d322b73
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 @@ -57,7 +57,7 @@ script:
- cd ../..
- mkdir -p build
- cd build
- cmake ..
- cmake -DRUN_CLANG_TIDY_PY=/usr/bin/run-clang-tidy-6.0.py ..
- make -j2
- ./unittest/lcunittest
- make stylecheck > stylecheck.out
Expand Down

0 comments on commit d322b73

Please sign in to comment.