Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Oct 18, 2017
1 parent b265584 commit f6e0aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,8 @@ before_script:
- vendor/bin/codecept build

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

0 comments on commit f6e0aec

Please sign in to comment.