Skip to content

Commit 68915df

Browse files
committed
Update .travis.yml
1 parent 23d0855 commit 68915df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ before_script:
2424
- vendor/bin/codecept build
2525

2626
script:
27-
- "! (composer outdated --direct | grep ^)"
27+
- composer validate --strict
28+
- composer outdated --direct --strict
2829
- vendor/bin/php-cs-fixer fix --dry-run
2930
- vendor/bin/phpstan analyse --level=max --configuration=phpstan.neon src tests
3031
- vendor/bin/codecept run $coverage

0 commit comments

Comments
 (0)