Skip to content

Commit

Permalink
[Travis] Set higher lowest versions of Symfony 2.7 and 2.8 to reduce …
Browse files Browse the repository at this point in the history
…composer memory usage
  • Loading branch information
Naktibalda committed Oct 8, 2016
1 parent 223e262 commit a315bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ matrix:
- php: hhvm # because we haven't fixed all issues yet
include:
- php: 5.4 # lowest versions of all dependencies
env: PHALCON=2.1.x SYMFONY=2.7.0 SYMFONY_DEPRECATIONS_HELPER=weak # latest version of 2.7.*
env: PHALCON=2.1.x SYMFONY=2.7.19 SYMFONY_DEPRECATIONS_HELPER=weak # latest version of 2.7.*
- php: 5.5
env: dependencies=lowest SYMFONY_DEPRECATIONS_HELPER=weak
- php: 5.6
env: SYMFONY=2.8.0 SYMFONY_DEPRECATIONS_HELPER=weak # latest version of 2.8.*
env: SYMFONY=2.8.12 SYMFONY_DEPRECATIONS_HELPER=weak # latest version of 2.8.*

addons:
postgresql: "9.2"
Expand Down

0 comments on commit a315bd4

Please sign in to comment.