We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9096646 commit 2d2a0adCopy full SHA for 2d2a0ad
1 file changed
.travis.yml
@@ -31,6 +31,8 @@ install:
31
- if [ "${TRAVIS_PHP_VERSION}" != 'hhvm' ]; then mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini xdebug.ini; fi;
32
# install dependencies using Composer
33
- bash .travis_install_dependencies.sh
34
+ # show installed dependencies
35
+ - composer show
36
37
before_script:
38
- mkdir -p build/logs
0 commit comments