Skip to content

Commit a9eb874

Browse files
committed
Adjust the Travis CI matrix: PHP 5.5, 5.6, 7.0, fewer revisions of libmemcached
1 parent cc06f85 commit a9eb874

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

.travis.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
language: php
22
php:
33
- 7.0
4+
- 5.6
5+
- 5.5
46

57
env:
6-
- LIBMEMCACHED_VERSION=1.0.18
7-
- LIBMEMCACHED_VERSION=1.0.17
8-
- LIBMEMCACHED_VERSION=1.0.16
9-
- LIBMEMCACHED_VERSION=1.0.15
10-
- LIBMEMCACHED_VERSION=1.0.14
11-
- LIBMEMCACHED_VERSION=1.0.10
12-
- LIBMEMCACHED_VERSION=1.0.8
13-
- LIBMEMCACHED_VERSION=1.0.7
14-
- LIBMEMCACHED_VERSION=1.0.6
15-
- LIBMEMCACHED_VERSION=1.0.2
16-
#- LIBMEMCACHED_VERSION=0.53
17-
#- LIBMEMCACHED_VERSION=0.49
18-
#- LIBMEMCACHED_VERSION=0.44
8+
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
9+
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
10+
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
11+
- LIBMEMCACHED_VERSION=0.44 # Ubuntu Precise
1912
addons:
2013
apt:
2114
packages:

0 commit comments

Comments
 (0)