Skip to content

Commit

Permalink
Merge pull request #7904 from greg0ire/validate-composer-json
Browse files Browse the repository at this point in the history
Make sure composer files are valid
  • Loading branch information
lcobucci committed Nov 16, 2019
2 parents 1b2daac + c79d2e0 commit f576e6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
- composer self-update

install: travis_retry composer update --prefer-dist
install: travis_retry composer validate --strict && composer update --prefer-dist

script:
- if [[ "$DB" == "mysql" || "$DB" == "mariadb" ]]; then mysql -e "CREATE SCHEMA doctrine_tests; GRANT ALL PRIVILEGES ON doctrine_tests.* to travis@'%'"; fi
Expand Down
11 changes: 4 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f576e6c

Please sign in to comment.