Skip to content

Commit 5a4bc2b

Browse files
committed
update travis
1 parent 2f0de81 commit 5a4bc2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ matrix:
5555
env: SYMFONY_VERSION=~4.2
5656

5757
before_install:
58-
- composer require roave/security-advisories:dev-master --no-update
59-
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
60-
- php -dmemory_limit=-1 composer update
58+
- curl -s https://getcomposer.org/installer | php
59+
- php composer.phar composer require roave/security-advisories:dev-master --no-update
60+
- php composer.phar require symfony/symfony:${SYMFONY_VERSION} --no-update
61+
- php -dmemory_limit=-1 composer.phar update
6162

6263
script:
6364
- cat composer.json | grep symfony\/symfony

0 commit comments

Comments
 (0)