From 9f35f34baf0458e3cad3f2aa9d59d351d8325ad9 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 5 Mar 2015 03:24:41 +0100 Subject: chore(travis): install deps --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cf73ec5..4a15360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ php: - 5.4 - 5.5 - 5.6 +install: + - composer install -- cgit v1.2.3