summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:24:11 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:24:11 (GMT)
commit60b1f8dfbd65adb326c04e5fd427e312f82a23e4 (patch)
tree8885c3ca60dd93990bff98f1d058c472e55a3c09 /.travis.yml
parent0e3819cadb18eea38aeae672ea798113f8a3b228 (diff)
downloadlz4-60b1f8dfbd65adb326c04e5fd427e312f82a23e4.zip
lz4-60b1f8dfbd65adb326c04e5fd427e312f82a23e4.tar.gz
lz4-60b1f8dfbd65adb326c04e5fd427e312f82a23e4.tar.bz2
Disable "(Trusty) scan-build + cppcheck"
[lz4-scan-build] contains the following command ``` make staticAnalyze ``` [lz4-cppcheck]contains the following command ``` make cppcheck ``` We ignore the exit code of cppcheck. We refer its output as a guideline. [lz4-scan-build] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L285-L302 [lz4-cppcheck] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L268-L282
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 282e02b..262f15e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -165,15 +165,15 @@ matrix:
# - make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static
# - make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS=-m64
#
- - name: (Trusty) scan-build + cppcheck
- dist: trusty
- compiler: clang
- install:
- - sudo apt-get install -qq cppcheck
- script:
- - make staticAnalyze
- - make cppcheck
-
+# - name: (Trusty) scan-build + cppcheck
+# dist: trusty
+# compiler: clang
+# install:
+# - sudo apt-get install -qq cppcheck
+# script:
+# - make staticAnalyze
+# - make cppcheck
+#
- name: (Trusty) gcc-4.4 compilation
dist: trusty
addons: