Skip to content

Commit e4f4878

Browse files
authored
Travis CI purge old versions of memcached and libmemcached (#309)
* Purge all things memcached from Travis CI before installing local copies * Add ancient libmemcached 1.0.2 to Travis CI matrix
1 parent 218b019 commit e4f4878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
1414
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
1515
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
16+
- LIBMEMCACHED_VERSION=1.0.2 # Ancient
1617

1718
addons:
1819
apt:
@@ -22,11 +23,12 @@ addons:
2223
- libevent-dev
2324

2425
before_script:
26+
- sudo apt-get purge -qq '^memcached*' '^libmemcached*'
2527
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
2628

2729
script:
2830
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
2931

3032
cache:
3133
directories:
32-
- $HOME/cache
34+
- $HOME/cache

0 commit comments

Comments
 (0)