handlebars.php/.travis.yml

8 lines
136 B
YAML
Raw Normal View History

2012-10-26 01:21:38 +04:00
language: php
php:
- 5.3
- 5.4
2013-11-08 00:46:13 +04:00
- 5.5
before_script: composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"