Skip to content

Commit

Permalink
Make sure dependencies are up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Mar 19, 2017
1 parent 7970454 commit 75cc347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ php:
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
Expand All @@ -25,6 +26,7 @@ before_script:
- vendor/bin/codecept build

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

0 comments on commit 75cc347

Please sign in to comment.