1 2 3 4 5 6 7 8 9 10 11 12
language: php before_script: composer install php: - 7.1 - 7.0 - 5.6 - hhvm matrix: allow_failures: - php: hhvm