Skip to content

Commit 78e47bf

Browse files
author
Flyers
committed
Added travis composer self-update
To try to avoid memory exhausted error on travis-ci I added a composer self-update. Maybe it will resolve PHP 5.3 exhausted memory error.
1 parent 235116c commit 78e47bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77

88
before_script:
99
- phpenv config-rm xdebug.ini
10+
- composer self-update
1011
- composer install
1112

1213
script: phpunit -c app

0 commit comments

Comments
 (0)