1
0
Fork 0

Merge pull request #7860 from localheinz/feature/validate

Enhancement: Validate composer.json on Travis
pull/7871/head
Jordi Boggiano 2019-01-03 10:53:00 +01:00 committed by GitHub
commit 154ae6fae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ before_install:
# disable default memory limit
- export INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo memory_limit = -1 >> $INI
- composer validate
install:
# flags to pass to install