We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5684560 commit 262a554Copy full SHA for 262a554
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
php:
3
- - 7.1
+ - 7.1.0RC3
4
- 7.0
5
6
env:
.travis/travis.sh
@@ -79,7 +79,6 @@ function install_igbinary() {
79
function install_msgpack() {
80
git clone https://github.com/msgpack/msgpack-php.git
81
pushd msgpack-php
82
- git checkout master
83
phpize
84
./configure
85
make
@@ -240,7 +239,6 @@ case $ACTION in
240
239
241
# Install msgpack extension
242
install_msgpack
243
- # pecl install msgpack-2.0.1
244
245
install_memcached
246
run_memcached
0 commit comments