Skip to content

Commit ef183c0

Browse files
committed
Make sure dependencies are up-to-date
1 parent 0ef4221 commit ef183c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- hhvm
1111

1212
matrix:
13+
fast_finish: true
1314
allow_failures:
1415
- php: nightly
1516
- php: hhvm
@@ -25,6 +26,7 @@ before_script:
2526
- vendor/bin/codecept build
2627

2728
script:
29+
- "! (composer outdated --direct | grep ^)"
2830
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/php-cs-fixer fix --dry-run; fi
2931
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/phpstan analyse --level=4 --configuration=phpstan.neon src tests; fi
3032
- vendor/bin/codecept run $coverage

0 commit comments

Comments
 (0)