Skip to content

Commit 3b0ee98

Browse files
authored
Update .travis.yml
1 parent c32ab29 commit 3b0ee98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 7.0
66
- 7.1
77
- 7.2
8+
- 7.3
89

910
env:
1011
global:
@@ -13,9 +14,10 @@ env:
1314
sudo: false
1415

1516
before_install:
17+
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
1618
- travis_retry composer self-update
1719

1820
install:
19-
- composer install --no-interaction --prefer-dist
21+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
2022

2123
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)