1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Bypass composer to avoid timeouts on travis

This commit is contained in:
Jordi Boggiano
2016-09-19 18:35:41 +02:00
parent c6a9f28e24
commit 4d6592a348

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: composer test
script: vendor/bin/phpunit