there's no need for building php-52 branch in travis

This commit is contained in:
behrooz shabani (everplays) 2013-11-19 18:30:23 +03:30
parent a4e56e3f60
commit 80e9f71b82

View File

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