Ensure that we also test the code after a composer update

This commit is contained in:
Mike van Riel
2015-06-26 13:25:43 +02:00
parent 19c75b3950
commit 033701111e
+3
View File
@@ -8,12 +8,15 @@ php:
matrix:
allow_failures:
- php: hhvm
cache:
directories:
- $HOME/.composer/cache
script:
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
- composer update --no-interaction --prefer-source
- vendor/bin/phpunit -v
before_script:
- composer install --no-interaction