8000 Test Diactoros Factory with PHP 5.4 · symfony/symfony@bab1530 · GitHub
[go: up one dir, main page]

Skip to content

Commit bab1530

Browse files
committed
Test Diactoros Factory with PHP 5.4
1 parent d7660b8 commit bab1530

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)
0