From 4c7ff46ab5e79cab8605ebeb7335e3111d0eebfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 7 Oct 2014 00:47:27 +0200 Subject: [PATCH] add install information to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc8460cf0..f55f9cbf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ php: - 5.4 - hhvm +install: composer install --dev + script: phpunit --coverage-text notifications: