We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba38708 commit ff8ab7cCopy full SHA for ff8ab7c
2 files changed
.travis.yml
@@ -1,14 +1,12 @@
1
language: php
2
php:
3
+ - 7.1
4
- 7.0
- - 5.6
5
- - 5.5
6
7
env:
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
12
addons:
13
apt:
14
packages:
.travis/travis.sh
@@ -239,11 +239,7 @@ case $ACTION in
239
install_igbinary
240
241
# Install msgpack extension
242
- if [[ "$TRAVIS_PHP_VERSION" < "7.0" ]]; then
243
- pecl install msgpack-0.5.7
244
- else
245
- pecl install msgpack-2.0.1
246
- fi
+ pecl install msgpack-2.0.1
247
248
install_memcached
249
run_memcached
0 commit comments