diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2019-04-22 00:01:03 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2019-04-22 00:01:03 (GMT) |
commit | 22fae16c6f4c4f118e93468ede884295d365fcef (patch) | |
tree | 417e2dfd0cb38d28afb07ceb8320ba484f412e2f /.travis.yml | |
parent | 467e352de929fa664af03ece065c89e9997d1bf1 (diff) | |
download | lz4-22fae16c6f4c4f118e93468ede884295d365fcef.zip lz4-22fae16c6f4c4f118e93468ede884295d365fcef.tar.gz lz4-22fae16c6f4c4f118e93468ede884295d365fcef.tar.bz2 |
ensure tests work when `stdout` is not the console
ensure this case is continuously tested on travis.
Update documentation on implicit output,
invite to not rely on implicit output in scripts.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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) |