Skip to content

Commit e581cd9

Browse files
#77: try to bump the memory limit for travis php 5 builds to pass
1 parent 8d88d02 commit e581cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717

1818
sudo: false
1919

20-
install: composer install --no-interaction
20+
install: COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction
2121

2222
before_script:
2323
- travis_retry composer self-update

0 commit comments

Comments
 (0)