1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00
This commit is contained in:
Franz Liedke
2016-01-28 08:06:33 +01:00
parent 7995d36380
commit 8e94c87683

View File

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