We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc06f85 commit a9eb874Copy full SHA for a9eb874
1 file changed
.travis.yml
@@ -1,21 +1,14 @@
1
language: php
2
php:
3
- 7.0
4
+ - 5.6
5
+ - 5.5
6
7
env:
- - LIBMEMCACHED_VERSION=1.0.18
- - 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
+ - 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=0.44 # Ubuntu Precise
19
addons:
20
apt:
21
packages:
0 commit comments