summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:18:17 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:18:17 (GMT)
commit40f4acb6ce69631a89b51c702fed473cad7aaa17 (patch)
tree194ee23489c5f8817b68703be58e54b01dac1a66
parent81ee36cf40d202b8756fdfedde9a21fff3459b74 (diff)
downloadlz4-40f4acb6ce69631a89b51c702fed473cad7aaa17.zip
lz4-40f4acb6ce69631a89b51c702fed473cad7aaa17.tar.gz
lz4-40f4acb6ce69631a89b51c702fed473cad7aaa17.tar.bz2
Disable "(Trusty) c-to-c++ test"
[lz4-c-compilers] contains the following command ``` make ctocpptest ``` [lz4-c-compilers] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L17-L154
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 5686c86..4971e45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,11 +75,11 @@ matrix:
# - make c_standards
# - make -C tests test-lz4 test-mem
#
- - name: (Trusty) c-to-c++ test
- dist: trusty
- script:
- - make ctocpptest
-
+# - name: (Trusty) c-to-c++ test
+# dist: trusty
+# script:
+# - make ctocpptest
+#
- name: (Trusty) i386 benchmark + version test
dist: trusty
install: