Skip to content

Commit b521cc8

Browse files
committed
Disable composer memory limit & Add PHP 7.4 tests
1 parent c9a1da2 commit b521cc8

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,14 +3,15 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
cache:
89
directories:
910
- $HOME/.composer/cache
1011

1112
install:
12-
- travis_retry composer install --no-interaction --prefer-dist
13-
- travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
13+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
14+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
1415

1516
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
1617

0 commit comments

Comments
 (0)