summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:04:58 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:04:58 (GMT)
commite88b2b14d0f509075a322cc074710b625a3cee81 (patch)
tree03de6333e865bdf91800923f44d0d51f3a0494f0 /.travis.yml
parentabbd46b0d0a2ad73ef37b07eb47a2500fa03d22c (diff)
downloadlz4-e88b2b14d0f509075a322cc074710b625a3cee81.zip
lz4-e88b2b14d0f509075a322cc074710b625a3cee81.tar.gz
lz4-e88b2b14d0f509075a322cc074710b625a3cee81.tar.bz2
Disable "(Trusty) USan test"
[lz4-ubsan-x64] contains the following command ``` make usan MOREFLAGS=-Wcomma -Werror ``` [lz4-ubsan-x64] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L322-L336
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 7456402..6c74c7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,14 +59,14 @@ matrix:
# script:
# - make -C tests test MOREFLAGS=-mx32
#
- # 14.04 LTS Server Edition 64 bit
- # presume clang >= v3.9.0
- - name: (Trusty) USan test
- dist: trusty
- compiler: clang
- script:
- - make usan MOREFLAGS=-Wcomma -Werror
-
+# # 14.04 LTS Server Edition 64 bit
+# # presume clang >= v3.9.0
+# - name: (Trusty) USan test
+# dist: trusty
+# compiler: clang
+# script:
+# - make usan MOREFLAGS=-Wcomma -Werror
+#
- name: (Trusty) valgrind test
dist: trusty
install: