diff --git a/.travis.yml b/.travis.yml index 02c367a9..2581b516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ env: - LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial - LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7 - LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty + - LIBMEMCACHED_VERSION=1.0.2 # Ancient addons: apt: @@ -22,6 +23,7 @@ addons: - libevent-dev before_script: + - sudo apt-get purge -qq '^memcached*' '^libmemcached*' - ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION script: @@ -29,4 +31,4 @@ script: cache: directories: - - $HOME/cache \ No newline at end of file + - $HOME/cache