We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef4221 commit ef183c0Copy full SHA for ef183c0
.travis.yml
@@ -10,6 +10,7 @@ php:
10
- hhvm
11
12
matrix:
13
+ fast_finish: true
14
allow_failures:
15
- php: nightly
16
- php: hhvm
@@ -25,6 +26,7 @@ before_script:
25
26
- vendor/bin/codecept build
27
28
script:
29
+ - "! (composer outdated --direct | grep ^)"
30
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/php-cs-fixer fix --dry-run; fi
31
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/phpstan analyse --level=4 --configuration=phpstan.neon src tests; fi
32
- vendor/bin/codecept run $coverage
0 commit comments