Skip to content

Commit 262a554

Browse files
committed
More 7.1
1 parent 5684560 commit 262a554

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
- 7.1
3+
- 7.1.0RC3
44
- 7.0
55

66
env:

.travis/travis.sh

Lines changed: 0 additions & 2 deletions
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
@@ -240,7 +239,6 @@ case $ACTION in
240239

241240
# Install msgpack extension
242241
install_msgpack
243-
# pecl install msgpack-2.0.1
244242

245243
install_memcached
246244
run_memcached

0 commit comments

Comments
 (0)