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

add composer commands to travis config

This commit is contained in:
Matt Lehner
2012-04-20 14:02:40 -04:00
parent d95889a98d
commit 7ffd390c47

View File

@@ -4,4 +4,8 @@ php:
- 5.3
- 5.4
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install --dev
script: phpunit