This commit is contained in:
Franz Liedke 2016-01-28 08:06:33 +01:00
parent 90ce0fa521
commit 3581fe8d1e

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: