1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Travis: Make sure Composer is up-to-date.

This commit is contained in:
Franz Liedke
2016-01-28 08:06:20 +01:00
parent b49b171d6f
commit 7995d36380

View File

@@ -13,6 +13,7 @@ matrix:
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- sudo composer self-update
- composer install
script: