Skip to content

Commit

Permalink
Ignore older eloquent/phony
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Apr 24, 2017
1 parent f2811e1 commit c7275a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_script:
- vendor/bin/codecept build

script:
- "! (composer outdated --direct | grep ^)"
- "! (composer outdated --direct | grep -v eloquent/phony | grep ^)"
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/php-cs-fixer fix --dry-run; fi
- if php -v | grep -q 'PHP 7'; then vendor-tools/bin/phpstan analyse --level=5 --configuration=phpstan.neon src tests; fi
- vendor/bin/codecept run $coverage
Expand Down

0 comments on commit c7275a1

Please sign in to comment.