Skip to content

Commit

Permalink
Merge pull request #7451 from connorshea/composer-validate
Browse files Browse the repository at this point in the history
Add composer validate job in Travis.
  • Loading branch information
Dillon-Brown committed Jun 24, 2019
2 parents 18f2ef6 + c0781af commit f1dd383
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,12 @@ matrix:
- name: "PHP 7.3 / MySQL 5.7"
php: "7.3"
dist: xenial
# Run composer validate to make sure the composer.json and composer.lock are in sync.
- name: "composer validate"
php: "7.2"
dist: xenial
before_script: composer install
script: composer validate
- stage: codecoverage
if: type IN (pull_request) OR branch in (master, develop, hotfix)
php: "7.0"
Expand Down

0 comments on commit f1dd383

Please sign in to comment.