Skip to content

Commit 3664dc0

Browse files
committed
minor symfony#7 Test Diactoros Factory with PHP 5.4 (dunglas)
This PR was merged into the master branch. Discussion ---------- Test Diactoros Factory with PHP 5.4 They now support PHP 5.4 too. Commits ------- bab1530 Test Diactoros Factory with PHP 5.4
2 parents d7660b8 + bab1530 commit 3664dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333
- if [ "$TRAVIS_BRANCH" = "master" ]; then export COMPOSER_ROOT_VERSION=dev-master; else export COMPOSER_ROOT_VERSION="$TRAVIS_BRANCH".x-dev; fi;
3434

3535
install:
36-
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]] && [[ "$TRAVIS_PHP_VERSION" != "5.4" ]]; then composer require --no-update zendframework/zend-diactoros; fi;
36+
- if [ "$TRAVIS_PHP_VERSION" != "5.3" ]; then composer require --no-update zendframework/zend-diactoros; fi;
3737
- if [ "$deps" = "no" ]; then export SYMFONY_DEPRECATIONS_HELPER=strict; fi;
3838
- if [ "$deps" = "no" ]; then composer --prefer-source install; fi;
3939
- if [ "$deps" = "high" ]; then composer --prefer-source update; fi;

0 commit comments

Comments
 (0)