Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 7fe7426

Browse files
committed
fix travis tests for php 5.3
1 parent 09630d5 commit 7fe7426

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ php:
1313

1414
before_install:
1515
- composer self-update
16+
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" && "$TRAVIS_PHP_VERSION" != "5.3.3" ]]; then composer require --no-update guzzlehttp/guzzle:~4; fi
1617
- composer install --prefer-source
1718
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar
1819

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"symfony/yaml" : "v2.3.11",
2424
"guzzle/http" : "3.*",
2525
"guzzle/plugin-mock" : "3.*",
26-
"guzzlehttp/guzzle" : "4.*",
2726
"videlalvaro/php-amqplib" : "2.*",
2827
"predis/predis" : "0.8.*"
2928
},

0 commit comments

Comments
 (0)