We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e342e9 + 62a9c86 commit 4a296d6Copy full SHA for 4a296d6
1 file changed
.travis.yml
@@ -49,6 +49,8 @@ before_script:
49
- mkdir -p build/logs
50
51
script:
52
+ # validate composer.json
53
+ - composer validate --strict --no-check-lock
54
# enable Xdebug for code coverage analysis
55
- if [ "${TRAVIS_PHP_VERSION}" != 'hhvm' ]; then mv xdebug.ini ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi;
56
# run PHPUnit
0 commit comments