mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-21 07:49:53 +01:00
8 lines
93 B
YAML
8 lines
93 B
YAML
language: php
|
|
before_script:
|
|
- composer install --dev
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
script: phpunit
|