From: W. Felix Handte Date: Wed, 27 Jun 2018 23:21:42 +0000 (-0400) Subject: Also Run test-pool Target in Travis X-Git-Tag: v1.3.5^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a02ecffb7a58f11999c91aaeaf552e2ec293b2cc;p=thirdparty%2Fzstd.git Also Run test-pool Target in Travis --- diff --git a/.travis.yml b/.travis.yml index 081af4aad..faddfed5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ matrix: - env: Cmd='make ppcinstall && make ppc64fuzz' - env: Cmd='make -j uasanregressiontest && make clean && make -j msanregressiontest' - - env: Cmd='make lz4install && make -C tests test-lz4' + - env: Cmd='make lz4install && make -C tests test-lz4 test-pool' - env: Cmd='bash tests/libzstd_partial_builds.sh'