We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a857bca commit 62a9c86Copy full SHA for 62a9c86
1 file changed
.travis.yml
@@ -40,6 +40,8 @@ before_script:
40
- mkdir -p build/logs
41
42
script:
43
+ # validate composer.json
44
+ - composer validate --strict --no-check-lock
45
# enable Xdebug for code coverage analysis
46
- if [ "${TRAVIS_PHP_VERSION}" != 'hhvm' ]; then mv xdebug.ini ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi;
47
# run PHPUnit
0 commit comments