daux.io/.travis.yml
2016-07-29 08:02:34 +02:00

16 lignes
186 B
YAML

language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
before_script:
- composer install --dev --prefer-source
script:
- vendor/bin/phpunit --coverage-text