diff options
| author | Mike Taves <mwtoews@gmail.com> | 2019-09-25 21:34:45 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-25 21:34:45 +1200 |
| commit | b21f2b98b44a89f9d548b868ad6fa8f7d1dff717 (patch) | |
| tree | 8251c9f5295c3d600e14316ea0e6aaadb1b2f827 /scripts | |
| parent | da2163996edcf9383d32261e48f11bafc273b9d7 (diff) | |
| parent | 4013aeaaf7796cfff6b97668870ce4a2af3d509a (diff) | |
| download | PROJ-b21f2b98b44a89f9d548b868ad6fa8f7d1dff717.tar.gz PROJ-b21f2b98b44a89f9d548b868ad6fa8f7d1dff717.zip | |
Merge pull request #1634 from mwtoews/ci
Upgrade Travis CI distribution
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/cppcheck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh index 244fac41..19620207 100755 --- a/scripts/cppcheck.sh +++ b/scripts/cppcheck.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Note: tested with cppcheck 1.72 as shipped with Ubuntu 16.04 -# as well as with cppcheck 1.76.1 +# Note: tested with cppcheck 1.61 as shipped with Ubuntu 14.04 +echo `cppcheck --version` LOG_FILE=/tmp/cppcheck_proj.txt |
