Skip to content

Commit

Permalink
Issue #15: Add COMPOSER_MEMORY_LIMIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Jan 7, 2018
1 parent 07ca6c0 commit 090bdfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ language: php

php:
- 5.6
- 7
- 7.0
- 7.1
- 7.2

env:
global:
- PATH=$PATH:/home/travis/.composer/vendor/bin
- COMPOSER_MEMORY_LIMIT=2G

install:
- composer self-update
Expand Down

0 comments on commit 090bdfc

Please sign in to comment.