.travis.yml 225 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 language: php php: - 5.5 - 5.6 - 7.0 - hhvm sudo: false install: - travis_retry composer install --no-interaction --prefer-source script: make test matrix: allow_failures: - php: hhvm fast_finish: true