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