File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1+ sudo : required
2+ dist : trusty
3+
14language : php
25php :
36 - 7.0
7+ - 7.1
8+
9+ matrix :
10+ fast_finish : true
11+ allow_failures :
12+ - php : 7.1
413
514env :
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+
1919addons :
2020 apt :
2121 packages :
2222 - sasl2-bin
2323 - libsasl2-dev
24+ - libevent-dev
2425
2526before_script :
2627 - ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
2728
2829script :
2930 - ./.travis/travis.sh script $LIBMEMCACHED_VERSION
3031
31- sudo : false
32-
3332cache :
3433 directories :
3534 - $HOME/cache
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ function install_igbinary() {
7979function 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
You can’t perform that action at this time.
0 commit comments