Skip to content

Commit

Permalink
Add a Composer Update and another PHPUnit run to test a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Jun 26, 2015
1 parent 25b5b40 commit 5ed4018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ cache:
- $HOME/.composer/cache

script:
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
- composer update --no-interaction --prefer-source --dev
- vendor/bin/phpunit -v

before_script:
- composer install --no-interaction
Expand Down

0 comments on commit 5ed4018

Please sign in to comment.