1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 02:40:24 +02:00

Add debug mode to make travis spit it out

This commit is contained in:
Jordi Boggiano
2016-09-19 19:03:08 +02:00
parent b108200b0b
commit a0f59df992

View File

@@ -17,4 +17,4 @@ before_script:
- if [ "$deps" == "low" ]; then composer update --prefer-source --prefer-lowest --prefer-stable; fi
- if [ "$deps" != "low" ]; then composer install --prefer-source; fi
script: vendor/bin/phpunit
script: vendor/bin/phpunit --debug