Skip to content

Commit

Permalink
hm. composer needs more memory?
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed May 16, 2019
1 parent 65f015f commit 6288bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- 7.1

before_script:
- 'composer install --prefer-source'
- 'COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction'

script: if [ $(phpenv version-name) = "7.0" ]; then vendor/bin/codecept run --coverage-xml; else vendor/bin/codecept run; fi

Expand Down

0 comments on commit 6288bb5

Please sign in to comment.