]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
make clean before zstd-lz4 compatibility tests v1.3.2
authorYann Collet <cyan@fb.com>
Sun, 8 Oct 2017 09:41:28 +0000 (02:41 -0700)
committerYann Collet <cyan@fb.com>
Sun, 8 Oct 2017 09:41:28 +0000 (02:41 -0700)
to ensure zstd is rebuilt with lz4 support

.travis.yml

index 5436b358e303570d389b77c81e6d7845c3aad76e..95abee6858bcdd64a16fe0cee85f434ecc230aba 100644 (file)
@@ -26,7 +26,7 @@ matrix:
     - env: Cmd='make -j uasanregressiontest'
     - env: Cmd='make -j msanregressiontest'
 
-    - env: Cmd='make -C tests versionsTest && make lz4install && make -C tests test-lz4'
+    - env: Cmd='make -C tests versionsTest && make lz4install && make clean && make -C tests test-lz4'
 
     # OS X Mavericks
     - env: Cmd="make test"