Skip to content

Commit ff8ab7c

Browse files
committed
Add PHP 7.1, drop Ubuntu Precise.
1 parent ba38708 commit ff8ab7c

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
language: php
22
php:
3+
- 7.1
34
- 7.0
4-
- 5.6
5-
- 5.5
65

76
env:
87
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
98
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
109
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
11-
- LIBMEMCACHED_VERSION=0.44 # Ubuntu Precise
1210
addons:
1311
apt:
1412
packages:

.travis/travis.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,7 @@ case $ACTION in
239239
install_igbinary
240240

241241
# 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
242+
pecl install msgpack-2.0.1
247243

248244
install_memcached
249245
run_memcached

0 commit comments

Comments
 (0)