added php 5.5 to testing enviroments

This commit is contained in:
behrooz shabani (everplays) 2013-11-08 00:16:13 +03:30
parent df27950e56
commit f1982684ff

View File

@ -2,5 +2,6 @@ language: php
php:
- 5.3
- 5.4
- 5.5
before_script: composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"