summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-04-23 17:18:40 (GMT)
committerGitHub <noreply@github.com>2019-04-23 17:18:40 (GMT)
commit398e36c756a3067de8e2b35dd380baef040dfe0d (patch)
treefe7d22f46d7345bf1316a91c2eedad4765f997f1 /.travis.yml
parent131896ab9d4fc9b8c606616327ed223d5d86472b (diff)
parentf665291e6cb651cb084bf9450a071ae0fd494782 (diff)
downloadlz4-398e36c756a3067de8e2b35dd380baef040dfe0d.zip
lz4-398e36c756a3067de8e2b35dd380baef040dfe0d.tar.gz
lz4-398e36c756a3067de8e2b35dd380baef040dfe0d.tar.bz2
Merge pull request #692 from lz4/devv1.9.1
v1.9.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 301d294..2065478 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ matrix:
os: osx
compiler: clang
script:
- - make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion'
+ - make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `stdout` is not the console
- CFLAGS=-m32 make -C tests clean test-lz4-contentSize
# Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)