Skip to content

Commit 745d292

Browse files
committed
Make sure tests we're using the latest Composer version
1 parent 2f6287c commit 745d292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ php:
77

88
before_script:
99
- echo 'date.timezone = "UTC"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
10-
- composer install --dev -o -n
10+
- curl -sS https://getcomposer.org/installer | php
11+
- php composer.phar install --dev -o -n
1112
- vendor/bin/phpunit --version
1213
- mkdir -p build/logs
1314

0 commit comments

Comments
 (0)