Skip to content

Commit 86c6104

Browse files
committed
Disable composer memory limit & Add PHP 7.4 tests
1 parent bc34bcc commit 86c6104

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
cache:
89
directories:
@@ -15,8 +16,8 @@ before_install:
1516
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1617

1718
install:
18-
- travis_retry composer install --no-interaction --prefer-dist
19-
- travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
19+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
20+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
2021

2122
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
2223

0 commit comments

Comments
 (0)