1
0
Fork 0

Enhancement: Validate composer.json on Travis

pull/7860/head
Andreas Möller 2019-01-02 15:12:27 +01:00
parent 003b62cee5
commit 4fc305456a
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,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