handlebars.php-helpers/.travis.yml
Dmitriy Simushev af7376405e Use Travis CI
2014-12-12 15:26:27 +00:00

9 lines
163 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
install: composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"