mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
13 lines
195 B
YAML
13 lines
195 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script:
|
|
- curl -s http://getcomposer.org/installer | php -- --quiet
|
|
- php composer.phar install --dev
|
|
|
|
script: phpunit -c phpunit.xml.dist
|