handlebars.php-helpers/.travis.yml

9 lines
163 B
YAML
Raw Normal View History

2014-12-12 18:26:27 +03:00
language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
install: composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"