Skip to content

moar tests passing #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 1, 2015
Prev Previous commit
some stabbing in the dark, why not
  • Loading branch information
krakjoe committed Sep 1, 2015
commit aaed3531e56d9d785e158645fdd47ebe6a7cd31c
7 changes: 4 additions & 3 deletions .travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ function build_php_memcached() {
sasl_flag="--enable-memcached-sasl"
fi

./configure --with-libmemcached-dir="$LIBMEMCACHED_PREFIX" $protocol_flag $sasl_flag --enable-memcached-json --enable-memcached-igbinary --enable-memcached-msgpack
make
# ./configure --with-libmemcached-dir="$LIBMEMCACHED_PREFIX" $protocol_flag $sasl_flag --enable-memcached-json --enable-memcached-igbinary --enable-memcached-msgpack
./configure --with-libmemcached-dir="$LIBMEMCACHED_PREFIX" $protocol_flag $sasl_flag
make
make install
popd
}
Expand Down Expand Up @@ -220,7 +221,7 @@ case $ACTION in

# install SASL
if test "x$ENABLE_SASL" = "xyes"; then
# install_sasl
install_sasl
fi
;;

Expand Down