Skip to content

Php7 #209

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 16 commits into from
Jan 20, 2016
Prev Previous commit
Next Next commit
More travis updates
  • Loading branch information
mkoppanen committed Jan 16, 2016
commit 852d60cbc726532310abf598c6ea391b0c6407c4
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ env:
- LIBMEMCACHED_VERSION=0.53
- LIBMEMCACHED_VERSION=0.49
- LIBMEMCACHED_VERSION=0.44
addons:
apt:
packages:
- sasl2-bin
- libsasl2-dev

services:
- memcached # will start memcached
Expand All @@ -25,6 +30,10 @@ before_script:
script:
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION

sudo: false

cache:
directories:
- $HOME/cache
- $HOME/cache


1 change: 0 additions & 1 deletion .travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ function install_sasl() {
make install
popd

sudo apt-get install sasl2-bin
export SASL_CONF_PATH="${HOME}/cache/sasl2"

# Create config path
Expand Down