mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-02 18:26:40 +03:00
added php 5.5 to testing enviroments
This commit is contained in:
parent
df27950e56
commit
f1982684ff
@ -2,5 +2,6 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- 5.5
|
||||||
before_script: composer install
|
before_script: composer install
|
||||||
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user