mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-01 22:22:35 +02:00
6 lines
81 B
YAML
6 lines
81 B
YAML
language: php
|
|
php: 5.3
|
|
before_script:
|
|
- composer install --dev
|
|
script: phpunit
|