Skip to content

Commit e65be32

Browse files
authored
Adjust the Travis CI matrix: PHP 7.0 and 7.1, fewer revisions of libmemcached (#273)
1 parent c032fba commit e65be32

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.travis.yml

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
1+
sudo: required
2+
dist: trusty
3+
14
language: php
25
php:
36
- 7.0
7+
- 7.1
8+
9+
matrix:
10+
fast_finish: true
11+
allow_failures:
12+
- php: 7.1
413

514
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
15+
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
16+
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
17+
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
18+
1919
addons:
2020
apt:
2121
packages:
2222
- sasl2-bin
2323
- libsasl2-dev
24+
- libevent-dev
2425

2526
before_script:
2627
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
2728

2829
script:
2930
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
3031

31-
sudo: false
32-
3332
cache:
3433
directories:
3534
- $HOME/cache

.travis/travis.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function install_igbinary() {
7979
function install_msgpack() {
8080
git clone https://github.com/msgpack/msgpack-php.git
8181
pushd msgpack-php
82-
git checkout master
8382
phpize
8483
./configure
8584
make
@@ -238,7 +237,7 @@ case $ACTION in
238237
# Install igbinary extension
239238
install_igbinary
240239

241-
# install msgpack
240+
# Install msgpack extension
242241
install_msgpack
243242

244243
install_memcached

0 commit comments

Comments
 (0)