Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit e0f6e67

Browse files
author
Omegastick
committed
Fix Cppcheck in Travis
1 parent 82f7395 commit e0f6e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- wget https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-latest.zip -O /tmp/libtorch.zip
2424
- unzip /tmp/libtorch.zip -d /tmp/
2525
# Install cppcheck
26-
- git clone https://github.com/danmar/cppcheck /tmp/cppcheck
26+
- git clone https://github.com/danmar/cppcheck /tmp/cppcheck && cd /tmp/cppcheck && git checkout 1.87 && cd -
2727
- mkdir -p /tmp/cppcheck/build && cd /tmp/cppcheck/build && cmake .. && make -j2 && sudo make install && cd -
2828
script:
2929
# Print compiler versions

0 commit comments

Comments
 (0)