Skip to content

Commit

Permalink
Enhancement: Run composer normalize with --dry-run option on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 10, 2019
1 parent 998385f commit 38f720e
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 @@ -75,9 +75,11 @@ jobs:

before_install:
- phpenv config-rm xdebug.ini
- composer validate

install:
- composer install

script:
- composer normalize --dry-run
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose

0 comments on commit 38f720e

Please sign in to comment.