language: php sudo: false php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly install: - composer install -n script: - vendor/bin/phpunit -c tests/phpunit.xml
info at phpclasses dot org