Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 5514c90

Browse files
authored
Merge pull request #149 from alcaeus/fix-composer-memory-issues
Disable composer memory limit for failing builds
2 parents 54fb85a + bf438a8 commit 5514c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ matrix:
3434
include:
3535
- php: 5.3
3636
dist: precise
37+
env: COMPOSER_MEMORY_LIMIT=-1
3738
- php: 5.4
3839
- php: 5.5
3940
- php: 5.6
40-
env: DEPS="dev"
41+
env: DEPS="dev" COMPOSER_MEMORY_LIMIT=-1
4142
- php: 7.0
4243
- php: 7.1
4344
- php: 7.2

0 commit comments

Comments
 (0)