Skip to content

Commit

Permalink
Added composer validate check to travis ci to make sure composer is c…
Browse files Browse the repository at this point in the history
…orrect.
  • Loading branch information
RobDWaller committed Mar 9, 2020
1 parent 273f232 commit 09ed85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.3
- 7.4
install:
- composer validate --strict
- travis_retry composer install --no-interaction --no-suggest --prefer-source --dev
script:
- composer pipeline
Expand Down

0 comments on commit 09ed85b

Please sign in to comment.