use version of phpunit that's specified in composer.json

This commit is contained in:
behrooz shabani (everplays) 2013-11-08 00:12:09 +03:30
parent ef5cd2cb25
commit 7fad993a67

View File

@ -2,3 +2,5 @@ language: php
php:
- 5.3
- 5.4
before_script: composer install
script: "./vendor/bin/phpunit"