]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Make One Travis CI Run Run Tests With Non-TTY `stdin` 1220/head
authorW. Felix Handte <w@felixhandte.com>
Fri, 29 Jun 2018 20:31:59 +0000 (16:31 -0400)
committerW. Felix Handte <w@felixhandte.com>
Fri, 29 Jun 2018 20:31:59 +0000 (16:31 -0400)
.travis.yml

index b7099c24f5343716b354409b7db8f40e15ecd36f..80406064d745cf07a461aa48c6fa4c95c00132b6 100644 (file)
@@ -10,7 +10,7 @@ addons:
 matrix:
   include:
     # Ubuntu 14.04
-    - env: Cmd='make gcc6install && CC=gcc-6 make -j all && make clean && CC=gcc-6 make clean uasan-test-zstd'
+    - env: Cmd='make gcc6install && CC=gcc-6 make -j all && make clean && CC=gcc-6 make clean uasan-test-zstd </dev/null' # also test when stdin is not a tty
     - env: Cmd='make gcc6install libc6install && CC=gcc-6 make clean uasan-test-zstd32'
     - env: Cmd='make gcc7install && CC=gcc-7 make clean uasan-test-zstd'
     - env: Cmd='make clang38install && CC=clang-3.8 make clean msan-test-zstd'