Skip to content

Commit

Permalink
make clean before zstd-lz4 compatibility tests
Browse files Browse the repository at this point in the history
to ensure zstd is rebuilt with lz4 support
  • Loading branch information
Cyan4973 committed Oct 8, 2017
1 parent d29bf94 commit f4340f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f4340f4

Please sign in to comment.