use phpunit in vendor

This commit is contained in:
Chuck Burgess
2012-11-21 19:08:28 -06:00
parent 620b932272
commit f01f8ea41d
+2 -2
View File
@@ -5,7 +5,7 @@ php:
- 5.4
script:
- php bin/phpunit
- vendor/phpunit/phpunit/composer/bin/phpunit
before_script:
- sudo apt-get -qq update > /dev/null
@@ -13,7 +13,7 @@ before_script:
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install --dev
- php bin/phpunit
- vendor/phpunit/phpunit/composer/bin/phpunit
- composer update --dev
notifications: