Skip to content

Commit

Permalink
Attempt to run LZ4 tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Jun 26, 2020
1 parent df398cb commit 3ba3f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ addons:
packages:
- clang
- libzstd1-dev
- liblz4-dev
- pkg-config
- valgrind
- stunnel
before_install:
- phpize
- CFGARGS="--enable-redis-lzf --enable-redis-zstd"
- CFGARGS="--enable-redis-lzf --enable-redis-zstd --enable-redis-lz4 --with-liblz4"
- pecl install igbinary && CFGARGS="$CFGARGS --enable-redis-igbinary"
- pecl install msgpack && CFGARGS="$CFGARGS --enable-redis-msgpack"
- ./configure $CFGARGS
Expand Down

0 comments on commit 3ba3f06

Please sign in to comment.