Skip to content

Commit

Permalink
show installed dependencies before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Apr 12, 2017
1 parent 2868c74 commit bff64e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,8 @@ install:
- if [ "${TRAVIS_PHP_VERSION}" != 'hhvm' ]; then mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini xdebug.ini; fi;
# install dependencies using Composer
- bash .travis_install_dependencies.sh
# show installed dependencies
- composer -vv show

before_script:
- mkdir -p build/logs
Expand Down

0 comments on commit bff64e4

Please sign in to comment.