Skip to content

Commit

Permalink
fix php<5.5.9 for Symfony 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evheniy committed Dec 2, 2015
1 parent 3251d33 commit dac7095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
- SYMFONY_VERSION=3.0.*

before_script:
- if [[ "$php" < 5.5 ]] && [[ "$SYMFONY_VERSION" = "3.0.*" ]] ; then export SYMFONY_VERSION="2.7.*"; fi;
- if [[ "$php" < 5.5 ]] && [[ "$SYMFONY_VERSION" = "3.0.*" ]] ; then export SYMFONY_VERSION="2.7.*"; fi;
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
- composer update --dev
Expand Down

0 comments on commit dac7095

Please sign in to comment.