handlebars.php-helpers/.travis.yml

11 lines
183 B
YAML
Raw Normal View History

2014-12-12 18:26:27 +03:00
language: php
php:
- 5.3
- 5.4
- 5.5
2015-01-14 19:12:10 +03:00
- 5.6
2016-02-20 16:38:38 +03:00
- 7.0
2014-12-12 18:26:27 +03:00
- hhvm
install: composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"