Fix travis build configs

This commit is contained in:
Dmitriy Simushev 2015-01-29 15:55:06 +00:00
parent 7b8482fc5f
commit 32297c21c9

View File

@ -8,5 +8,5 @@ php:
branches:
except:
- php-52
before_script: composer install
before_script: composer self-update && composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"