Skip to content

Commit 274034d

Browse files
committed
Use travis' composer rather than downloading it
1 parent 843c60f commit 274034d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
- php: hhvm
1212

1313
before_script:
14-
- curl -s http://getcomposer.org/installer | php
15-
- php composer.phar install --dev --prefer-dist --no-interaction
14+
- composer self-update
15+
- composer install --dev --prefer-dist --no-interaction
1616

1717
script: phpunit --coverage-text

0 commit comments

Comments
 (0)