mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
10 lines
121 B
YAML
10 lines
121 B
YAML
language: php
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
before_script:
|
|
- composer install
|
|
sudo: false
|
|
script:
|
|
- vendor/bin/phpunit |