summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:19:54 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:19:54 (GMT)
commitfebc3ec9b23157c175a2bee03a88c8349795c1c7 (patch)
tree373629b248f6b6672cd0f44bbf26894f9fb3ea79
parent40f4acb6ce69631a89b51c702fed473cad7aaa17 (diff)
downloadlz4-febc3ec9b23157c175a2bee03a88c8349795c1c7.zip
lz4-febc3ec9b23157c175a2bee03a88c8349795c1c7.tar.gz
lz4-febc3ec9b23157c175a2bee03a88c8349795c1c7.tar.bz2
Disable "(Trusty) i386 benchmark + version test"
[lz4-c-compilers] contains the following command ``` make -C tests test-lz4c32 ``` [lz4-benchmark] contains the following command ``` make -C tests test-fullbench32 ``` [lz4-versions] contains the following command ``` make -C tests versionsTest ``` [lz4-c-compilers] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L17-L154 [lz4-benchmark] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L167-L189 [lz4-versions] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L211-L221
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 4971e45..9819a30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,13 +80,13 @@ matrix:
# script:
# - make ctocpptest
#
- - name: (Trusty) i386 benchmark + version test
- dist: trusty
- install:
- - sudo apt-get install -qq python3 libc6-dev-i386 gcc-multilib
- script:
- - make -C tests test-lz4c32 test-fullbench32 versionsTest
-
+# - name: (Trusty) i386 benchmark + version test
+# dist: trusty
+# install:
+# - sudo apt-get install -qq python3 libc6-dev-i386 gcc-multilib
+# script:
+# - make -C tests test-lz4c32 test-fullbench32 versionsTest
+#
- name: (Trusty) i386 frame + fuzzer test
dist: trusty
install: