summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-08-12 21:39:01 (GMT)
committerYann Collet <cyan@fb.com>2020-08-12 21:39:01 (GMT)
commitf9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3 (patch)
treedfa7477ae487078e8a51e3a3469edf5e737fc33f /.travis.yml
parentf328e329b3cec38ec8316d454279b79d19c36fdd (diff)
downloadlz4-f9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3.zip
lz4-f9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3.tar.gz
lz4-f9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3.tar.bz2
added test decompress-partial with extraneous input bytes
fails currently, for investigation of #783
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bd29630..20c1f89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,7 @@ matrix:
script:
- make # test library build
- make clean
- - make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `stdout` is not the console
- - make clean
- - CFLAGS=-m32 make -C tests test-lz4-contentSize
+ - 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