1dist: trusty 2language: php 3php: 4 - 5.4 5 - 5.5 6 - 5.6 7 - 7.0 8 - 7.1 9cache: 10 directories: 11 - ./vendor/ 12before_script: 13 - travis_retry composer install --no-interaction --no-suggest --prefer-source 14script: 15 - composer run tests 16matrix: 17 fast_finish: true 18