summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:47:59 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:47:59 (GMT)
commita44ef30cd58fcb60cb7a23d9549a3dd9ee412e86 (patch)
tree3b070bb2a0e1a10e166338688d8f43bf3fc4eef7 /.travis.yml
parent4392dc326151f1eee65ea4889afceac826c3b56a (diff)
downloadlz4-a44ef30cd58fcb60cb7a23d9549a3dd9ee412e86.zip
lz4-a44ef30cd58fcb60cb7a23d9549a3dd9ee412e86.tar.gz
lz4-a44ef30cd58fcb60cb7a23d9549a3dd9ee412e86.tar.bz2
Disable "(Precise) benchmark test"
Disable "(Precise) benchmark test" lz4-benchmark[1] in ci.yml contains the following command ``` make -C tests test-lz4 test-lz4c test-fullbench ``` [1] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L167-L189
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c3035b2..41cf01c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,12 +12,12 @@ matrix:
# - make clean
# - make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `stdout` is not the console
#
- # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
- - name: (Precise) benchmark test
- dist: precise
- script:
- - make -C tests test-lz4 test-lz4c test-fullbench
-
+# # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
+# - name: (Precise) benchmark test
+# dist: precise
+# script:
+# - make -C tests test-lz4 test-lz4c test-fullbench
+#
- name: (Precise) frame and fuzzer test
dist: precise
install: