summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:17:35 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:17:35 (GMT)
commit81ee36cf40d202b8756fdfedde9a21fff3459b74 (patch)
tree479495e8f3044ad1f153517632d55940efa9c58a /.travis.yml
parente88b2b14d0f509075a322cc074710b625a3cee81 (diff)
downloadlz4-81ee36cf40d202b8756fdfedde9a21fff3459b74.zip
lz4-81ee36cf40d202b8756fdfedde9a21fff3459b74.tar.gz
lz4-81ee36cf40d202b8756fdfedde9a21fff3459b74.tar.bz2
Disable "(Trusty) valgrind test"
[lz4-c-compilers] contains the following command ``` make c_standards ``` [lz4-valgrind] contains the following command ``` make -C tests test-lz4 test-mem ``` [lz4-c-compilers] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L17-L154 [lz4-valgrind] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L305-L316
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c74c7a..5686c86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,14 +67,14 @@ matrix:
# script:
# - make usan MOREFLAGS=-Wcomma -Werror
#
- - name: (Trusty) valgrind test
- dist: trusty
- install:
- - sudo apt-get install -qq valgrind
- script:
- - make c_standards
- - make -C tests test-lz4 test-mem
-
+# - name: (Trusty) valgrind test
+# dist: trusty
+# install:
+# - sudo apt-get install -qq valgrind
+# script:
+# - make c_standards
+# - make -C tests test-lz4 test-mem
+#
- name: (Trusty) c-to-c++ test
dist: trusty
script: