14 lines
164 B
YAML
14 lines
164 B
YAML
language: php
|
|
|
|
php:
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
- '7.1'
|
|
- hhvm
|
|
- nightly
|
|
|
|
before_script: composer install
|
|
|
|
script: phpunit --configuration phpunit.xml.dist
|