Skip to content

Commit

Permalink
Try with not memory limit specified explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 14, 2019
1 parent 670edbf commit bf26e60
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ matrix:
fast_finish: true
include:
- php: "5.6"
# proc_open(): fork failed - Cannot allocate memory
env: COMPOSER_FLAGS="--prefer-source"
- php: "7.0"
- php: "7.1"
- php: "7.2"
env: CHECK_CS=true


cache:
directories:
Expand All @@ -35,7 +30,7 @@ before_script:
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- php -v
# Install packages using composer
- travis_retry composer install --no-interaction --no-progress $COMPOSER_FLAGS
- php -d memory_limit=-1 `which composer` install --no-interaction --no-progress $COMPOSER_FLAGS

# execute phpunit as the script command
script:
Expand Down

0 comments on commit bf26e60

Please sign in to comment.