mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
12 lines
178 B
YAML
12 lines
178 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- hhvm
|
|
branches:
|
|
except:
|
|
- php-52
|
|
before_script: composer install
|
|
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|