From 79a9b4b043de3cb4d429eab5d6536683a0da0ce6 Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 23 Dec 2015 16:11:35 +0100 Subject: [PATCH] try to fix build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b0c10b4..72b2f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ cache: - $HOME/.composer/cache - vendor +install: make get-deps + php: - 5.4 - 5.5