File tree 2 files changed +15
-17
lines changed
2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ dist : trusty
3
+
1
4
language : php
2
5
php :
3
6
- 7.0
7
+ - 7.1
8
+
9
+ matrix :
10
+ fast_finish : true
11
+ allow_failures :
12
+ - php : 7.1
4
13
5
14
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
+
19
19
addons :
20
20
apt :
21
21
packages :
22
22
- sasl2-bin
23
23
- libsasl2-dev
24
+ - libevent-dev
24
25
25
26
before_script :
26
27
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
27
28
28
29
script :
29
30
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
30
31
31
- sudo : false
32
-
33
32
cache :
34
33
directories :
35
34
- $HOME/cache
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ function install_igbinary() {
79
79
function install_msgpack() {
80
80
git clone https://github.com/msgpack/msgpack-php.git
81
81
pushd msgpack-php
82
- git checkout master
83
82
phpize
84
83
./configure
85
84
make
@@ -238,7 +237,7 @@ case $ACTION in
238
237
# Install igbinary extension
239
238
install_igbinary
240
239
241
- # install msgpack
240
+ # Install msgpack extension
242
241
install_msgpack
243
242
244
243
install_memcached
You can’t perform that action at this time.
0 commit comments