mirror of
https://github.com/Mibew/handlebars.php-helpers.git
synced 2024-11-15 00:44:14 +03:00
11 lines
183 B
YAML
11 lines
183 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- hhvm
|
|
install: composer install
|
|
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"
|