Skip to content

Commit 0337011

Browse files
committed
Ensure that we also test the code after a composer update
1 parent 19c75b3 commit 0337011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ php:
88
matrix:
99
allow_failures:
1010
- php: hhvm
11+
1112
cache:
1213
directories:
1314
- $HOME/.composer/cache
1415

1516
script:
1617
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
18+
- composer update --no-interaction --prefer-source
19+
- vendor/bin/phpunit -v
1720

1821
before_script:
1922
- composer install --no-interaction

0 commit comments

Comments
 (0)