language: php dist: trusty matrix: include: - php: 5.3 dist: precise php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm script: - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi