Skip to content

Commit

Permalink
Allow PHP 5.5/5.6 to fail due to exhausted memory
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Dec 11, 2018
1 parent 1533078 commit 7e74d0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ matrix:
env: SYMFONY_VERSION=3.4.*
- php: 5.5
env: SYMFONY_VERSION=3.4.*
allow_failures:
- php: 5.6
- php: 5.5

before_script:
- echo 'memory_limit=-1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
Expand Down

0 comments on commit 7e74d0e

Please sign in to comment.