We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218b019 commit e4f4878Copy full SHA for e4f4878
.travis.yml
@@ -13,6 +13,7 @@ env:
13
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
14
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
15
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
16
+ - LIBMEMCACHED_VERSION=1.0.2 # Ancient
17
18
addons:
19
apt:
@@ -22,11 +23,12 @@ addons:
22
23
- libevent-dev
24
25
before_script:
26
+ - sudo apt-get purge -qq '^memcached*' '^libmemcached*'
27
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
28
29
script:
30
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
31
32
cache:
33
directories:
- - $HOME/cache
34
+ - $HOME/cache
0 commit comments