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

Commit bf438a8

Browse files
committed
Disable composer memory limit for failing builds
1 parent 8b0d579 commit bf438a8

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)